public class EventManagerImp extends Object implements EventManager
Constructor and Description |
---|
EventManagerImp(boolean isDaemon) |
Modifier and Type | Method and Description |
---|---|
void |
add(Runnable eventFn) |
void |
close() |
void |
proccessInc() |
boolean |
waiting() |
public void proccessInc()
public void add(Runnable eventFn)
add
in interface EventManager
public boolean waiting()
waiting
in interface EventManager
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.