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 TypeMethodDescriptionvoidCalled byEnginein order to pass along the event receiver that is used to broadcast main window events to listening components in the engine.
-
Method Details
-
addWindowEventReceiver
Called byEnginein 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.
-