Class DtGranularEditorChangeSelectionEvent

  • All Implemented Interfaces:
    IEvent

    public class DtGranularEditorChangeSelectionEvent
    extends Object
    implements IEvent
    The event that sent from components to the DtGranularEditorPageAefComponent to notify about selection of the editor should be changed.
    • Constructor Detail

      • DtGranularEditorChangeSelectionEvent

        public DtGranularEditorChangeSelectionEvent​(ISelection selection)
        Creates a new event.
        Parameters:
        selection - the selection.
    • Method Detail

      • getSelection

        public ISelection getSelection()
        Returns the selection.
        Returns:
        the selection.