Class AbstractListenableInputComponent
- java.lang.Object
-
- net.anwiba.commons.swing.component.AbstractListenableInputComponent
-
- All Implemented Interfaces:
IComponentProvider,IListenableInputComponent
- Direct Known Subclasses:
AbstractChooserPanel
public abstract class AbstractListenableInputComponent extends java.lang.Object implements IListenableInputComponent, IComponentProvider
-
-
Constructor Summary
Constructors Constructor Description AbstractListenableInputComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInputListener(IInputListener listener)protected voidfireInputEvent()voidremoveInputListener(IInputListener listener)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
-
-
-
Method Detail
-
addInputListener
public final void addInputListener(IInputListener listener)
- Specified by:
addInputListenerin interfaceIListenableInputComponent
-
removeInputListener
public final void removeInputListener(IInputListener listener)
- Specified by:
removeInputListenerin interfaceIListenableInputComponent
-
fireInputEvent
protected final void fireInputEvent()
-
-