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

Packages that use AbstractActionThread.ActionWorker
jaxx.runtime.swing   
 

Uses of AbstractActionThread.ActionWorker in jaxx.runtime.swing
 

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

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

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



Copyright © 2008-2010 CodeLutin. All Rights Reserved.