|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--net.mlw.gfw.event.AsynchronousEventHandlerDecorator | +--net.mlw.gfw.server.impl.AsynchronousServerDecorator
Field Summary | |
protected net.mlw.gfw.server.Server |
server
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
AsynchronousServerDecorator(net.mlw.gfw.server.Server parent)
|
Method Summary | |
void |
addClient(java.lang.String name,
net.mlw.gfw.event.EventHandler client)
|
void |
removeClient(java.lang.String name,
net.mlw.gfw.event.EventHandler client)
|
Methods inherited from class net.mlw.gfw.event.AsynchronousEventHandlerDecorator |
onEvent, run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.mlw.gfw.event.EventHandler |
onEvent |
Field Detail |
protected net.mlw.gfw.server.Server server
Constructor Detail |
public AsynchronousServerDecorator(net.mlw.gfw.server.Server parent)
parent
- Method Detail |
public void addClient(java.lang.String name, net.mlw.gfw.event.EventHandler client)
addClient
in interface Server
Server.addClient(java.lang.String, net.mlw.gfw.event.EventHandler)
public void removeClient(java.lang.String name, net.mlw.gfw.event.EventHandler client)
removeClient
in interface Server
Server.removeClient(java.lang.String, net.mlw.gfw.event.EventHandler)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |