Uses of Interface
net.sf.myra.framework.DaemonAction

Uses of DaemonAction in net.sf.myra.framework
 

Classes in net.sf.myra.framework that implement DaemonAction
 class CompoundDaemonAction
          This class represents a daemon action made by the combination of several daemon actions.
 

Fields in net.sf.myra.framework declared as DaemonAction
protected  DaemonAction Scheduler.action
          The daemon action.
 

Methods in net.sf.myra.framework that return DaemonAction
 DaemonAction Scheduler.getDaemonAction()
          Returns the daemon action.
 

Methods in net.sf.myra.framework with parameters of type DaemonAction
 void CompoundDaemonAction.add(DaemonAction action)
          Adds the specifided action.
 void CompoundDaemonAction.remove(DaemonAction action)
          Removes the specified action.
 void Scheduler.setDaemonAction(DaemonAction action)
          Sets the daemon action.
 



Copyright © 2013. All Rights Reserved.