Methods Summary |
---|
public void | attach(E attachment)Attach an intance of E to this class.
|
public void | onEvent(CometEvent event)Receive CometEvent notification.
|
public void | onInitialize(CometEvent event)Receive CometEvent notification when the underlying
tcp communication is started by the client
|
public void | onInterrupt(CometEvent event)Receive CometEvent notification when the underlying
tcp communication is resumed by the Grizzly ARP.
|
public void | onTerminate(CometEvent event)Receive CometEvent notification when the underlying
tcp communication is closed by the CometHandler
|