public interface DiscardEvent
Event that is raised when a peer discards a subject. You do not need to implement
DiscardEvent; instances of DiscardEvent are supplied through the
Your DataProvider implementation must handle the receipt of DiscardEvents
through its DataProvider.onDiscard(DiscardEvent) method. The number of times the event is
received depends on the type of Publisher that is being used; see the description of
DataProvider.onDiscard(DiscardEvent) for details.
| Modifier and Type | Method and Description |
|---|---|
Peer |
getPeer()
Gets the
Peer that is discarding the subject. |
java.lang.String |
getSubject()
Gets the subject that is being discarded.
|
Please send bug reports and comments to Caplin support