T - The type of the event.public interface Listenable<T> extends Serializable
Observable should be an interface. It is not so we cannot
use it if the class to implement it has already a certain parent.| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Listener<T> listener)
Add a listener.
|
void |
deleteListener(Listener<T> listener)
Remove the given Listener such that he will no longer receive event
updates.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.