org.geworkbench.engine.config.events
Class Event

java.lang.Object
  extended by org.geworkbench.engine.config.events.Event
Direct Known Subclasses:
AdjacencyMatrixEvent, AnalysisInvokedEvent, AnnotationAnalysisEvent, AnnotationsEvent, AssociationPanelEvent, CaArrayEvent, CaArrayQueryEvent, CaArrayQueryResultEvent, CaArrayRequestEvent, CaArrayRequestHybridizationListEvent, CaArrayReturnHybridizationListEvent, CaArraySuccessEvent, CleanDataEvent, ClusterEvent, CommentsEvent, CommentsEventOld, ComponentConfigurationManagerUpdateEvent, ComponentDockingEvent, DirtyDataEvent, DiscoverEvent, FilteringEvent, GeneSelectorEvent, GeneTaggedEvent, HierClusterAnalysisEvent, HistoryEvent, ImageSnapshotEvent, MarkerPanelEvent, MarkerSelectedEvent, MicroarrayNameChangeEvent, ModuleDiscoveryEvent, MultipleMarkerEvent, NormalizationEvent, PendingNodeCancelledEvent, PendingNodeLoadedFromWorkspaceEvent, PhenotypePanelEvent, PhenotypeSelectedEvent, PhenotypeSelectorEvent, ProjectEvent, ProjectNodeAddedEvent, ProjectNodeCompletedEvent, ProjectNodePendingEvent, ProjectNodePostCompletedEvent, ProjectNodeRemovedEvent, ProjectNodeRenamedEvent, SequenceDiscoveryTableEvent, SequencePanelEvent, SingleMarkerEvent, SingleMicroarrayEvent, SingleValueEditEvent, SOMClusterAnalysisEvent, StructureAnalysisEvent, SubpanelChangedEvent, SyntenyEvent, TableChangeEvent

public class Event
extends java.lang.Object

Base class for all application events.


Field Summary
protected  EventSource source
          Reference to the application plugin throwing the event.
 
Constructor Summary
Event(EventSource s)
          Instantiate an event thrown by the desiganted source.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected EventSource source
Reference to the application plugin throwing the event.

Constructor Detail

Event

public Event(EventSource s)
Instantiate an event thrown by the desiganted source.

Parameters:
s - The event source.