Package com.iizigo
Class SelectionHandler
java.lang.Object
com.iizigo.SelectionHandler
- All Implemented Interfaces:
- ISelectionChangedListener
The selection handler enabling notification of selected properties and resources using various selection types.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- voidSelection changed is processed here and notified to the listener if correct.
- Constructor Details- SelectionHandlerpublic SelectionHandler()
 
- Method Details- selectionChangedSelection changed is processed here and notified to the listener if correct.- Specified by:
- selectionChangedin interface- ISelectionChangedListener