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 Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
Selection changed is processed here and notified to the listener if correct.
Constructor Details
SelectionHandler
public SelectionHandler()
Method Details
selectionChanged
Selection changed is processed here and notified to the listener if correct.- Specified by:
selectionChanged
in interfaceISelectionChangedListener