Uses of Class
jaxx.runtime.swing.application.ActionWorker

Packages that use ActionWorker
jaxx.runtime.swing.application   
 

Uses of ActionWorker in jaxx.runtime.swing.application
 

Fields in jaxx.runtime.swing.application with type parameters of type ActionWorker
protected  Set<ActionWorker<?,?>> ActionExecutor.tasks
          current tasks
 

Methods in jaxx.runtime.swing.application that return ActionWorker
 ActionWorker<?,?> ActionExecutor.addAction(String actionLabel, Runnable action)
          Add an new action to perform.
 

Methods in jaxx.runtime.swing.application that return types with arguments of type ActionWorker
 Set<ActionWorker<?,?>> ActionExecutor.getTasks()
           
 

Methods in jaxx.runtime.swing.application with parameters of type ActionWorker
abstract  void ActionExecutor.onActionCancel(ActionWorker<?,?> source)
          Hook when a action has been canceled.
abstract  void ActionExecutor.onActionEnd(ActionWorker<?,?> source)
          Hook when a action has end with no failure or cancel.
abstract  void ActionExecutor.onActionFail(ActionWorker<?,?> source)
          Hook when a action has failed.
abstract  void ActionExecutor.onActionStart(ActionWorker<?,?> source)
          Hook when a action is about to start.
abstract  void ActionExecutor.onAfterAction(ActionWorker<?,?> source)
          Hook atfer action is consumed.
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.