public interface FilteringListenable extends Listenable
Modifier and Type | Method and Description |
---|---|
void |
addListener(Object listener,
KeyFilter filter)
Adds a listener to the component.
|
addListener, getListeners, removeListener
void addListener(Object listener, KeyFilter filter)
Listener
and
further to that, contain methods annotated appropriately, otherwise the listener will not be registered.
See the Listener
annotation for more information.
listener
- must not be null.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.