org.datamanager.event
Interface RequestEvent

All Superinterfaces:
DataManagerEvent, EntityValue, Serializable
All Known Implementing Classes:
DisposeGuiRequestEvent, EmailConfigurationRequestEvent, EmailDisplayRequestEvent, EmailParametersRequestEvent, EmailReplyRequestEvent, EntityDisplayRequestEvent, ExportGuiRequestEvent, KernelShutdownRequestEvent, NewsGroupDownloadRequestEvent, SearchRequestEvent, SMTPSendRequestEvent, WebSearchRequestEvent

public interface RequestEvent
extends DataManagerEvent

This marker interface is the mother of all request-type events generated anywhere within the system. This is just a marker interface. It specifies no unique methods of its own. It does however extend DataManagerEvent and therefore requires: public EventGenerator getSource() public long getTime() public String toString()

Author:
Matthew Farrellee

Methods inherited from interface org.datamanager.event.DataManagerEvent
getSource, getTime, toString
 



See the Helium Website