public class ToolEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ToolEvent(java.lang.Object source,
GeoreferencingView parentView,
Cancellable cancel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Cancellable |
getCancellable() |
GeoreferencingView |
getParentView() |
java.lang.Object |
getResult() |
void |
setResult(java.lang.Object obj) |
public ToolEvent(java.lang.Object source,
GeoreferencingView parentView,
Cancellable cancel)
source - public GeoreferencingView getParentView()
public Cancellable getCancellable()
public void setResult(java.lang.Object obj)
public java.lang.Object getResult()