com.hammurapi.eventbus.tests
Class PriorityHandler

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.tests.PriorityHandler

public class PriorityHandler
extends Object


Constructor Summary
PriorityHandler()
           
 
Method Summary
 void anotherHighPriority(String event)
           
 int getAhpCounter()
           
 int getHpCounter()
           
 int getLpCounter()
           
 void highPriority(LocalEventDispatchContext<Object,Integer,Object> ctx, String event)
           
 void lowPriority(String event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityHandler

public PriorityHandler()
Method Detail

highPriority

public void highPriority(LocalEventDispatchContext<Object,Integer,Object> ctx,
                         String event)
                  throws InterruptedException
Throws:
InterruptedException

anotherHighPriority

public void anotherHighPriority(String event)

lowPriority

public void lowPriority(String event)

getHpCounter

public int getHpCounter()

getAhpCounter

public int getAhpCounter()

getLpCounter

public int getLpCounter()