org.jtool.jxplatform.event
Interface JxLogListener

All Superinterfaces:
java.util.EventListener

public interface JxLogListener
extends java.util.EventListener

A listener interface for receiving log events.

Author:
Katsuhisa Maruyama

Method Summary
 void notifyLog(JxLogEvent evt)
          Displays information about s received log event.
 

Method Detail

notifyLog

public void notifyLog(JxLogEvent evt)
Displays information about s received log event.

Parameters:
evt - A received event.