Module utilities

Interface EventListener

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

public interface EventListener extends EventListener
This interface is a listener interface for the general event EventObject.
Author:
Ole Kniemeyer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is invoked on registered event listeners when event has occured.
  • Method Details

    • eventOccured

      void eventOccured(EventObject event)
      This method is invoked on registered event listeners when event 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