Uses of Interface
org.eclipse.core.commands.IStateListener
-
Packages that use IStateListener Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers. -
-
Uses of IStateListener in org.eclipse.core.commands
Classes in org.eclipse.core.commands that implement IStateListener Modifier and Type Class Description classAbstractHandlerWithStateAn abstract implementation ofIObjectWithState.Methods in org.eclipse.core.commands with parameters of type IStateListener Modifier and Type Method Description voidState. addListener(IStateListener listener)Adds a listener to changes for this state.voidState. removeListener(IStateListener listener)Removes a listener to changes from this state.
-