The net.guttershark.service.remoting.events package contains event classes used throughout the remoting package.
Interfaces
| | Interface | Description |
| | IRemotingEventsDelegate |
The IRemotingEventsDelegate creates the contract for an object
that wants to be a delegate for all events from RemotingConnection
or RemotingService objects that are created within a RemotingManager. |
Classes
| | Class | Description |
| | CallEvent | |
| | ConnectionEvent |
ConnectionEvent is dispatched from RemotingConnection for
any events that occur from attempting to connect to the
remoting gateway. |
| | FaultEvent |
A fault object wrapper for any faulty remoting request. |
| | PageEvent |
Generic event used when paging is performing actions. |
| | RemotingEventsDelegate |
The RemotingEventsDelegate class is a super implementation of
the IRemotingEventsInterface. |
| | ResultEvent |
A result event for any remoting call. |