Package com.iizigo
Class SelectionHandler
- java.lang.Object
- com.iizigo.SelectionHandler
- All Implemented Interfaces:
org.eclipse.jface.viewers.ISelectionChangedListener
public class SelectionHandler extends java.lang.Object implements org.eclipse.jface.viewers.ISelectionChangedListener
The selection handler enabling notification of selected properties and resources using various selection types.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description SelectionHandler()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
Selection changed is processed here and notified to the listener if correct.