T - The type of the event.public interface Listener<T> extends Serializable
Listenable is a class rather than an Interface,
one cannot use it in any case. Therefore we need our own implementation.| Modifier and Type | Method and Description |
|---|---|
void |
receiveEvent(T event)
receiveEvent
|
void receiveEvent(T event)
receiveEvent
T - a T object.event - a T object.Copyright © 2010–2017 EvoSuite. All rights reserved.