public class MediatorEvent extends EventObject
MediatorEvent
is sent by a Mediator
to
IMediatorEventListener
s when the Mediator
detects a status change in ACTF components. This notification typically
occurs when the user activates an ACTF Model Service (usually Editor that
implements IModelService
) or an ACTF Reporter Views
(implements IACTFReporterView
that generates an ACTF Report).
This event is also notified when the report
(implements IACTFReport
) was changed.Modifier and Type | Method and Description |
---|---|
IModelServiceHolder |
getModelServiceHolder()
Returns the ModelServiceHolder that is related to this event.
|
IACTFReport |
getReport()
Returns the ACTFReport that is related to this event.
|
IACTFReportGenerator |
getView()
Returns the ACTFReportGenerator that is related to this event.
|
getSource, toString
public IModelServiceHolder getModelServiceHolder()
IModelServiceHolder
related to this eventpublic IACTFReportGenerator getView()
IACTFReportGenerator
related to this eventpublic IACTFReport getReport()
IACTFReport
related to this event