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