org.malai.interaction
Interface Eventable

All Known Subinterfaces:
ICanvas
All Known Implementing Classes:
LCanvas, LCodePanel, LFrame, MEditorPane, MFrame, MLayeredPane, MMenu, MPanel, MPopupMenu, MTabbedPane, MTextArea, MToolBar, PreferencesFrame, ScaleRuler, TextAreaAutoSize, UI, WidgetMiniToolbar, XScaleRuler, YScaleRuler

public interface Eventable

This interface corresponds to objects that may have an event manager.

This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN

Malai is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

05/13/2010

Since:
0.2
Version:
0.2
Author:
Arnaud BLOUIN

Method Summary
 SwingEventManager getEventManager()
           
 boolean hasEventManager()
           
 

Method Detail

hasEventManager

boolean hasEventManager()
Returns:
True: the Eventable object has an event manager that gathers events it produces.
Since:
0.2

getEventManager

SwingEventManager getEventManager()
Returns:
The event manager that gathers events the Eventable object produces.
Since:
0.2