|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHandler
A marker interface for a handler
Specific handlers defines on<event>
callback methods.
By default the callback methods are connection-scoped synchronized. For the same
connection instance the callback method will be called in a serialized manner.
The synchronization behavior of handler can be controlled by the Synchronized
annotation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |