|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationListener
Interface for objects that wish to be appraised of changes in the associations between sources and sinks
| Method Summary | |
|---|---|
void |
associationBroken(java.lang.String source,
LogSink sink)
Called when an association between a source and a sink is broken |
void |
associationMade(java.lang.String source,
LogSink sink)
Called when an association is made between a source and a sink |
| Method Detail |
|---|
void associationMade(java.lang.String source,
LogSink sink)
source - The sourcesink - The sink
void associationBroken(java.lang.String source,
LogSink sink)
source - The sourcesink - The sink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||