Package com.iizigo

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidselectionChanged​(org.eclipse.jface.viewers.SelectionChangedEvent event)
      Selection changed is processed here and notified to the listener if correct.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectionHandler

        public SelectionHandler()
    • Method Detail

      • selectionChanged

        public void selectionChanged​(org.eclipse.jface.viewers.SelectionChangedEvent event)
        Selection changed is processed here and notified to the listener if correct.
        Specified by:
        selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListener