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

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

Uses of CategoryEvent in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type CategoryEvent
 void ICategoryListener.categoryChanged(CategoryEvent categoryEvent)
          Notifies that one or more properties of an instance of Category have changed.
 void CommandManager.categoryChanged(CategoryEvent categoryEvent)