Interface IProjectionListener
-
public interface IProjectionListenerImplementers registered with aProjectionViewerget informed when the projection mode of the viewer gets enabled and when it gets disabled.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprojectionDisabled()Tells this listener that projection has been disabled.voidprojectionEnabled()Tells this listener that projection has been enabled.
-