Interface IProjectionListener
public interface IProjectionListener
Implementers registered with a
ProjectionViewer
get
informed when the projection mode of the viewer gets enabled and when it gets
disabled.- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Tells this listener that projection has been disabled.void
Tells this listener that projection has been enabled.
-
Method Details
-
projectionEnabled
void projectionEnabled()Tells this listener that projection has been enabled. -
projectionDisabled
void projectionDisabled()Tells this listener that projection has been disabled.
-