Interface EngineWindowBroadcaster


public interface EngineWindowBroadcaster
This interface describes an object that should receive a window listener to attach itself to in order to pass window events along to the EngineListeners.

You cannot guarantee the order in which these objects have their methods called on them.

Author:
Matthew Tropiano
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by Engine in order to pass along the event receiver that is used to broadcast main window events to listening components in the engine.
  • Method Details

    • addWindowEventReceiver

      void addWindowEventReceiver(EngineWindowEventReceiver receiver)
      Called by Engine in order to pass along the event receiver that is used to broadcast main window events to listening components in the engine.
      Parameters:
      receiver - the listener to use.