- All Superinterfaces:
EventListener
- All Known Subinterfaces:
DisposableEventListener
,NavigatorEvent
,SelectionEvent
,ToolEvent
- All Known Implementing Classes:
AddViewComponentMenu
,ButtonSupport
,Cell
,CheckBoxItem
,CommandItem
,EditTool
,EventListener.Bicast
,EventListener.Multicaster
,Navigator2D
,Navigator3D
,PropertyEditorManager
,Rotate
,Scale
,SelectionEventImpl
,ToolEvent2DImpl
,ToolEventImpl
,ToolRoot2D
,ToolRoot3D
,TopologyGraph
,TransformTool
,Translate
,UIPropertyUpdater
,UITreePipeline.Node
,View
,View2D
,View3D
,ViewEventHandler
,WindowSupport
,XLMacro
This interface is a listener interface for the general event
EventObject
.- Author:
- Ole Kniemeyer
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventOccured
(EventObject event) This method is invoked on registered event listeners whenevent
has occured.
-
Method Details
-
eventOccured
This method is invoked on registered event listeners whenevent
has occured. This general listener interface does not restrict the possible kinds of events. Concrete sources of events should specify which events they may fire.- Parameters:
event
- an event
-