ubiware.infrastructure.packageManager
Class FileCheckerTickBehavior

java.lang.Object
  extended by jade.core.behaviours.Behaviour
      extended by jade.core.behaviours.SimpleBehaviour
          extended by jade.core.behaviours.TickerBehaviour
              extended by ubiware.infrastructure.packageManager.FileCheckerTickBehavior
All Implemented Interfaces:
java.io.Serializable

public class FileCheckerTickBehavior
extends jade.core.behaviours.TickerBehaviour

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jade.core.behaviours.Behaviour
jade.core.behaviours.Behaviour.RunnableChangedEvent
 
Field Summary
 
Fields inherited from class jade.core.behaviours.Behaviour
myAgent, myEvent, NOTIFY_DOWN, NOTIFY_UP, parent, STATE_BLOCKED, STATE_READY, STATE_RUNNING
 
Constructor Summary
FileCheckerTickBehavior(ubiware.core.UbiwareAgent myAgent, int timeInterval, java.io.File folder)
           
 
Method Summary
protected  void onTick()
           
 
Methods inherited from class jade.core.behaviours.TickerBehaviour
action, done, getTickCount, onStart, reset, reset, setFixedPeriod, stop
 
Methods inherited from class jade.core.behaviours.Behaviour
actionWrapper, block, block, getBehaviourName, getDataStore, getExecutionState, getParent, getRestartCounter, handle, handleBlockEvent, handleRestartEvent, isRunnable, onEnd, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCheckerTickBehavior

public FileCheckerTickBehavior(ubiware.core.UbiwareAgent myAgent,
                               int timeInterval,
                               java.io.File folder)
Method Detail

onTick

protected void onTick()
Specified by:
onTick in class jade.core.behaviours.TickerBehaviour