org.indi.client
Class Dispatcher

java.lang.Object
  extended by org.indi.reactor.BasicQueueHandler
      extended by org.indi.client.Dispatcher
All Implemented Interfaces:
org.indi.reactor.QueueHandler

public class Dispatcher
extends org.indi.reactor.BasicQueueHandler


Constructor Summary
Dispatcher(java.util.Queue<java.lang.Object> queue)
           
 
Method Summary
 void onNewVector(org.indi.objects.Vector v)
           
 void onRead(java.lang.Object o)
           
 
Methods inherited from class org.indi.reactor.BasicQueueHandler
getQueue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher

public Dispatcher(java.util.Queue<java.lang.Object> queue)
Method Detail

onRead

public void onRead(java.lang.Object o)
Specified by:
onRead in interface org.indi.reactor.QueueHandler
Overrides:
onRead in class org.indi.reactor.BasicQueueHandler

onNewVector

public void onNewVector(org.indi.objects.Vector v)


Copyright © 2008. All Rights Reserved.