|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceRegistrationListener
Objects that want to be notified when logging sources are
registered and deregistered should implement this interface and add
themselves to the LoggingManager.
| Method Summary | |
|---|---|
void |
deregistered(java.lang.String source)
Called when a source is removed from the LoggingManager |
void |
registered(java.lang.String source)
Called when a source is registered with the LoggingManager |
| Method Detail |
|---|
void deregistered(java.lang.String source)
source - the removed sourcevoid registered(java.lang.String source)
source - The added source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||