Module net.anwiba.commons.swing
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 Object
implements IListenableInputComponent, IComponentProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddInputListener(IInputListener listener) protected final voidfinal voidremoveInputListener(IInputListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
Constructor Details
-
AbstractListenableInputComponent
public AbstractListenableInputComponent()
-
-
Method Details
-
addInputListener
- Specified by:
addInputListenerin interfaceIListenableInputComponent
-
removeInputListener
- Specified by:
removeInputListenerin interfaceIListenableInputComponent
-
fireInputEvent
protected final void fireInputEvent()
-