Package org.gvsig.gui.beans
Interface CancellableComponent
public interface CancellableComponent
Interface implemented by those components that can cancel an action at anytime.
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es
-
Method Summary
-
Method Details
-
cancel
void cancel()Invoked to cancel the current executing action.
-