Package org.zkoss.zkex.ui.comet
Interface CometServerPush.AsyncInfo
-
- Enclosing class:
- CometServerPush
public static interface CometServerPush.AsyncInfo
The interface for implementing asynchronous processing. It is overridden and implemented in zkmax.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete()
Called to complete the request.
-