Interface IListenableInputComponent
-
- All Known Subinterfaces:
IChooserPanel<T>,IInputPanel<T>
- All Known Implementing Classes:
AbstractChooserPanel,AbstractListenableInputComponent
public interface IListenableInputComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInputListener(IInputListener listener)voidremoveInputListener(IInputListener listener)
-
-
-
Method Detail
-
removeInputListener
void removeInputListener(IInputListener listener)
-
addInputListener
void addInputListener(IInputListener listener)
-
-