bamboo.sim
Class Network.EnqueueCb

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

protected static class Network.EnqueueCb
extends Object
implements EventQueue.Callback


Field Summary
 QueueElementIF item
           
 SinkIF sink
           
 
Constructor Summary
Network.EnqueueCb(QueueElementIF i, SinkIF s)
           
 
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

item

public QueueElementIF item

sink

public SinkIF sink
Constructor Detail

Network.EnqueueCb

public Network.EnqueueCb(QueueElementIF i,
                         SinkIF s)
Method Detail

call

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