Package docking
Interface DockingContextListener
- All Known Implementing Classes:
MemorySearchProvider
public interface DockingContextListener
A listener to be notified when the tool's context changes. Normally context is used to
manage
DockingActionIf
enablement directly by the system. This class allows
clients to listen to context change as well.-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextChanged
(ActionContext context) Called when the context changes
-
Method Details
-
contextChanged
Called when the context changes- Parameters:
context
- the context
-