com.hammurapi.eventbus.tests
Class PriorityHandler
java.lang.Object
com.hammurapi.eventbus.tests.PriorityHandler
public class PriorityHandler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityHandler
public PriorityHandler()
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()