public interface CorrelationNotice<RecordType>
| Modifier and Type | Method and Description |
|---|---|
void |
newCorrelation(java.lang.Object sender,
Correlation<RecordType> correlation)
Handle the correlation event.
|
void |
noCorrelationCaught(java.lang.Object sender)
Handle the no correlation event.
|
void newCorrelation(java.lang.Object sender,
Correlation<RecordType> correlation)
sender - The poster of the correlation event.correlation - The correlation that was posted.void noCorrelationCaught(java.lang.Object sender)
sender - The poster of the "no correlation" event.