public interface UniverseListener
Modifier and Type | Method and Description |
---|---|
void |
canvasResized() |
void |
contentAdded(Content c) |
void |
contentChanged(Content c) |
void |
contentRemoved(Content c) |
void |
contentSelected(Content c) |
void |
transformationFinished(View view) |
void |
transformationStarted(View view) |
void |
transformationUpdated(View view) |
void |
universeClosed() |
void transformationStarted(View view)
void transformationUpdated(View view)
void transformationFinished(View view)
void contentAdded(Content c)
void contentRemoved(Content c)
void contentChanged(Content c)
void contentSelected(Content c)
void canvasResized()
void universeClosed()
Copyright © 2015–2021 Fiji. All rights reserved.