|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogListener
Objects implementing this interface can register with the logging utility to receive notifications about logging events.
Example usage:
Log.addLogListener( new LogListener()
{
public void logPerformed( LogEvent event )
{
System.out.println( "--> " + event );
}
},
LogEvent.PRIORITY_DEBUG );
| Method Summary | |
|---|---|
void |
logPerformed(LogEvent event)
Called when a logging event occurs. |
| Method Detail |
|---|
void logPerformed(LogEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||