TYPE
- the type of the data being passed around.public interface Listenable<TYPE>
Modifier and Type | Method and Description |
---|---|
void |
addListener(Listener<TYPE> l)
Add listener for this observable
|
void |
removeListener(Listener<TYPE> l)
Remove listener for this observable
|