public static class Listener.ReflectionListener extends Listener
Listener.LagListener, Listener.QueuedListener, Listener.ReflectionListener, Listener.ThreadedListener| Constructor and Description |
|---|
Listener.ReflectionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
received(Connection connection,
Object object)
Called when an object has been received from the remote end of the connection.
|
connected, disconnected, idlepublic void received(Connection connection, Object object)
ListenerClient.update(int) and Server.update(int). This method should not block for long periods as other network
activity will not be processed until it returns.Copyright © 2014. All Rights Reserved.