Class NavigatorObjectSelectionEvent

  • All Implemented Interfaces:
    IEvent

    public class NavigatorObjectSelectionEvent
    extends Object
    implements IEvent
    Event to send when the navigator object is selected in component.
    • Constructor Detail

      • NavigatorObjectSelectionEvent

        public NavigatorObjectSelectionEvent​(Object object)
        Creates a new event.
        Parameters:
        object - the selected object or to set empty selection
    • Method Detail

      • getObject

        public Object getObject()
        Returns the selected object.
        Returns:
        the selected object or to set empty selection