Interface | Description |
---|---|
EventExecutorService |
EventExecutorService can be used to add events via the server side.
|
UserTimeoutListener |
UserTimeoutListener can be used to recognize the timeouts of registered users.
|
Class | Description |
---|---|
DefaultEventExecutorService |
DefaultEventExecutorService can be used to add events via the server side.
|
EventExecutorServiceFactory |
The EventExecutorServiceFactory is used to create the EventExecutorService and to ensure that only one instance of
EventExecutorServiceFactory and EventExecutorService exists (singleton).
|
EventServiceImpl |
EventService is the server side interface to register listen
requests for domains and to add events. |
RemoteEventServiceServlet |
RemoteEventServiceServlet is an implementation of
EventExecutorService as a servlet
and can be used to add events via the server side. |
Exception | Description |
---|---|
EventServiceException |
EventServiceException is an general exception for GWTEventService
that should primarily be used for public interfaces which are used to exchange implementations. |
Copyright © 2012. All Rights Reserved.