org.datamanager.event
Interface DataManagerEvent

All Superinterfaces:
EntityValue, Serializable
All Known Subinterfaces:
CollectorEvent, ContainsEntityEvent, EngineEvent, EntityEvent, EventGeneratorEvent, KernelEvent, LinkEvent, PoolEvent, RequestEvent, ValueEvent
All Known Implementing Classes:
AddEntityPoolEvent, AttachLinkEvent, DataManagerEventAdapter, DetachLinkEvent, DisposeGuiRequestEvent, EmailConfigurationRequestEvent, EmailDisplayRequestEvent, EmailParametersEnteredCollectorEvent, EmailParametersRequestEvent, EmailReplyRequestEvent, EntityDisplayRequestEvent, ExportGuiRequestEvent, GetValueEvent, KernelShutdownRequestEvent, NewsGroupDownloadRequestEvent, SearchPoolEvent, SearchRequestEvent, SearchResultsFoundEvent, SetValueEvent, SMTPSendRequestEvent, SubscribeEventGeneratorEvent, UnsubscribeEventGeneratorEvent, WebSearchRequestEvent

public interface DataManagerEvent
extends EntityValue

This interface is the mother of all events within the DataManager.

Author:
Matthew Farrellee

Method Summary
 EventGenerator getSource()
          Report the object generating the event.
 long getTime()
          Report the time the event occurred (in milliseconds).
 String toString()
          Report a String representation of the event.
 

Method Detail

getSource

public EventGenerator getSource()
Report the object generating the event.


getTime

public long getTime()
Report the time the event occurred (in milliseconds).


toString

public String toString()
Report a String representation of the event.

Overrides:
toString in class Object


See the Helium Website