Interface EventLoopHandler<T>

Type Parameters:
T - args type.
All Superinterfaces:
PacketHandler<T>

public interface EventLoopHandler<T>
extends PacketHandler<T>
Every packet handler that extend this EventLoopHandler will be processed by event loop.