bamboo.sim
Class SimulatedASyncCore.CbWrapper

java.lang.Object
  extended by bamboo.sim.SimulatedASyncCore.CbWrapper
All Implemented Interfaces:
EventQueue.Callback
Enclosing class:
SimulatedASyncCore

public static class SimulatedASyncCore.CbWrapper
extends Object
implements EventQueue.Callback


Field Summary
protected  ASyncCore.TimerCB cb
           
 
Constructor Summary
SimulatedASyncCore.CbWrapper(ASyncCore.TimerCB c)
           
 
Method Summary
 void call(Object user_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cb

protected ASyncCore.TimerCB cb
Constructor Detail

SimulatedASyncCore.CbWrapper

public SimulatedASyncCore.CbWrapper(ASyncCore.TimerCB c)
Method Detail

call

public void call(Object user_data)
Specified by:
call in interface EventQueue.Callback