Package docking
Interface DockingContextListener
-
public interface DockingContextListener
A listener to be notified when the tool's context changes. Normally context is used to manageDockingActionIf
enablement directly by the system. This class allows clients to listen to context change as well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contextChanged(ActionContext context)
Called when the context changes
-
-
-
Method Detail
-
contextChanged
void contextChanged(ActionContext context)
Called when the context changes- Parameters:
context
- the context
-
-