Uses of Class
org.eclipse.core.commands.HandlerEvent

Packages that use HandlerEvent
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of HandlerEvent in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type HandlerEvent
protected  void AbstractHandler.fireHandlerChanged(HandlerEvent handlerEvent)
          Fires an event to all registered listeners describing changes to this instance.
 void IHandlerListener.handlerChanged(HandlerEvent handlerEvent)
          Notifies that one or more properties of an instance of IHandler have changed.