apps.threedbuttonsexperiment.calculator.component
Interface TaskListener


public interface TaskListener

The listener interface for receiving task events. The class that is interested in processing a task event implements this interface, and the object created with that class is registered with a component using the component's addTaskListener method. When the task event occurs, that object's appropriate method is invoked.

See Also:
TaskEvent

Method Summary
 void taskCompleted()
          Task completed.
 

Method Detail

taskCompleted

void taskCompleted()
Task completed.