Methods Summary |
---|
public boolean | isBlockingNotification()Return true if the invoker of notify() should block when
notifying Comet Handlers.
|
public void | notify(CometEvent cometEvent, java.util.Iterator iteratorHandlers)Notify all CometHandler .
|
public void | notify(CometEvent cometEvent, CometHandler cometHandler)Notify a single CometHandler .
|
public void | setBlockingNotification(boolean blockingNotification)Set to true if the invoker of notify() should block when
notifying Comet Handlers.
|