Package arc.net

Class NetListener.QueuedListener

java.lang.Object
arc.net.NetListener.QueuedListener
All Implemented Interfaces:
NetListener
Direct Known Subclasses:
NetListener.LagListener, NetListener.ThreadedListener
Enclosing interface:
NetListener

public abstract static class NetListener.QueuedListener extends Object implements NetListener
Wraps a listener and queues notifications as runnables. This allows the runnables to be processed on a different thread, preventing the connection's update thread from being blocked.
  • Constructor Details

    • QueuedListener

      public QueuedListener(NetListener listener)
  • Method Details