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

Packages that use ActionWorker
jaxx.runtime.swing   
jaxx.runtime.swing.application   
 

Uses of ActionWorker in jaxx.runtime.swing
 

Fields in jaxx.runtime.swing declared as ActionWorker
protected  ActionWorker AbstractActionThread.worker
          Deprecated. current worker to execute action
 

Methods in jaxx.runtime.swing that return ActionWorker
 ActionWorker AbstractActionThread.addAction(String actionLabel, Runnable action)
          Deprecated. Add an new action to perform.
 

Methods in jaxx.runtime.swing with parameters of type ActionWorker
abstract  void AbstractActionThread.onActionCancel(ActionWorker source)
          Deprecated. Hook when a action has been canceled.
abstract  void AbstractActionThread.onActionEnd(ActionWorker source)
          Deprecated. Hook when a action has end with no failure or cancel.
abstract  void AbstractActionThread.onActionFail(ActionWorker source)
          Deprecated. Hook when a action has failed.
abstract  void AbstractActionThread.onActionStart(ActionWorker source)
          Deprecated. Hook when a action is about to start.
 

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-2010 CodeLutin. All Rights Reserved.