org.jtool.jxplatform.event
Interface JxAlertListener

All Superinterfaces:
java.util.EventListener

public interface JxAlertListener
extends java.util.EventListener

A listener interface for receiving alert events.

Author:
Katsuhisa Maruyama

Method Summary
 void notifyAlert(JxAlertEvent evt)
          Displays information about a received alert event.
 

Method Detail

notifyAlert

public void notifyAlert(JxAlertEvent evt)
Displays information about a received alert event.

Parameters:
evt - A received event.