|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.tools.edit.EditManagerListenerActivator
public class EditManagerListenerActivator
Activator that listens to the EditManager's selected feature.
Constructor Summary | |
---|---|
EditManagerListenerActivator()
|
Method Summary | |
---|---|
void |
activate(EditToolHandler handler)
The action to be performed by this activator when activating. |
void |
changed(EditManagerEvent event)
|
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 EditManagerListenerActivator()
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 occurredpublic void changed(EditManagerEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |