|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogSubscriber
Classes which want to be notified about new debug messages must implement this interface and fill the notify() method.
| Method Summary | |
|---|---|
void |
notify(java.lang.String message)
This method is called by Log when you are on the debug subscription list. |
| Method Detail |
|---|
void notify(java.lang.String message)
message - new debug message.Log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||