JavaScript is disabled on your browser.
org.gvsig.gui.beans
Interface CancellableComponent
public interface
CancellableComponent
Interface implemented by those components that can cancel an action at anytime.
Method Summary
Methods
Modifier and Type
Method and Description
void
cancel
()
Invoked to cancel the current executing action.
Method Detail
cancel
void cancel()
Invoked to cancel the current executing action.