The net.guttershark.service.remoting.events package contains event classes used throughout the remoting package.



Interfaces
 InterfaceDescription
 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
 ClassDescription
 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.