de.cau.cs.kieler.viewmanagement
Interface ITriggerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ACombination, ActiveStateHighlightCombination, CollapseLayoutCombination, KSBasECombination, ManualLayoutCombination, SelectionCollapseCombination, SelectionExpandCombination, SelectionFilterCombination, SelectionHighlightCombination, SelectionLayoutCombination, SelectionShapeHighlightCombination, SelectionTextualRepresentationCombination, SelectionUnFilterCombination, SelectionZoomAndScrollToCombination, SelectionZoomCombination

public interface ITriggerListener
extends EventListener

Interface of a TriggerListener which uses the EventListener

Rating red

Method Summary
 void notifyTrigger(TriggerEventObject triggerEvent)
          Notifies all listeners registered with the TriggerEventObject when the trigger fires.
 

Method Detail

notifyTrigger

void notifyTrigger(TriggerEventObject triggerEvent)
Notifies all listeners registered with the TriggerEventObject when the trigger fires.

Parameters:
triggerEvent - the object to be delivered