|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.tools.edit.activator.AdvancedBehaviourCommandHandlerActivator
public class AdvancedBehaviourCommandHandlerActivator
Enables the SnapBehaviourCommandHandler
on the CycleSnapBehaviour command.
Constructor Summary | |
---|---|
AdvancedBehaviourCommandHandlerActivator()
|
Method Summary | |
---|---|
void |
activate(EditToolHandler handler)
The action to be performed by this activator when activating. |
void |
deactivate(EditToolHandler handler)
The action to be performed by this activator when deactivating. |
void |
handleActivateError(EditToolHandler handler,
java.lang.Throwable error)
This method is called if an exception occurs during the execution of the activate method. |
void |
handleDeactivateError(EditToolHandler handler,
java.lang.Throwable error)
This method is called if an exception occurs during the execution of the deactivate method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdvancedBehaviourCommandHandlerActivator()
Method Detail |
---|
public void activate(EditToolHandler handler)
Activator
activate
in interface Activator
public void deactivate(EditToolHandler handler)
Activator
deactivate
in interface Activator
public void handleActivateError(EditToolHandler handler, java.lang.Throwable error)
Activator
This method should
handleActivateError
in interface Activator
error
- Error that occurredpublic void handleDeactivateError(EditToolHandler handler, java.lang.Throwable error)
Activator
This method should
handleDeactivateError
in interface Activator
error
- Error that occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |