jp.go.aist.rtm.RTC.util
Class ListenerObject

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.ListenerObject
All Implemented Interfaces:
ListenerBase

public class ListenerObject
extends java.lang.Object
implements ListenerBase

Class for listener registered in timer


Constructor Summary
ListenerObject(CallbackFunction cbf)
           Constructor
 
Method Summary
 void invoke()
           Method that calls from timer at registration destination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerObject

public ListenerObject(CallbackFunction cbf)
Constructor

Parameters:
cbf - Instance of callback function
Method Detail

invoke

public void invoke()
Method that calls from timer at registration destination

Specified by:
invoke in interface ListenerBase