jp.go.aist.rtm.RTC.util
Interface CallbackFunction

All Known Implementing Classes:
Manager.cleanupComponentsClass, Manager.shutdownOnNoRtcsClass, NamingManager

public interface CallbackFunction

Interface for the callback function started when the timer ends.


Method Summary
 void doOperate()
           Method of the callback started from Timer.
 

Method Detail

doOperate

void doOperate()
Method of the callback started from Timer.