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 Detail

      • projectionEnabled

        void projectionEnabled()
        Tells this listener that projection has been enabled.
      • projectionDisabled

        void projectionDisabled()
        Tells this listener that projection has been disabled.