Package org.n52.janmayen.event
Class AbstractAsyncEventListener
- java.lang.Object
-
- org.n52.janmayen.event.AbstractAsyncEventListener
-
- All Implemented Interfaces:
EventListener
public abstract class AbstractAsyncEventListener extends Object implements EventListener
-
-
Constructor Summary
Constructors Constructor Description AbstractAsyncEventListener()AbstractAsyncEventListener(int threadPoolSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Runnablecreate(Event event)voidhandle(Event event)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.janmayen.event.EventListener
getTypes
-
-
-
-
Method Detail
-
handle
public void handle(Event event)
- Specified by:
handlein interfaceEventListener
-
-