Interface IHopPerspectiveListener
-
public interface IHopPerspectiveListenerInterface for listening to perspective activation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperspectiveActivated(IHopPerspective perspective)Notifies this listener that a perspective has been activated.
-
-
-
Method Detail
-
perspectiveActivated
void perspectiveActivated(IHopPerspective perspective)
Notifies this listener that a perspective has been activated.
-
-