Interface ReactorListener.EventListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- ReactorListener
public static interface ReactorListener.EventListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAccept(ReactorClient client)
-
-
-
Method Detail
-
onAccept
void onAccept(ReactorClient client)
-
-