com.anthonyeden.lib.event
Interface StatusListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
StatusPanel

public interface StatusListener
extends java.util.EventListener

Listener interface for StatusEvents.

Author:
Anthony Eden

Method Summary
 void statusChanged(StatusEvent evt)
          Invoked when a StatusEvent occurs.
 

Method Detail

statusChanged

public void statusChanged(StatusEvent evt)
Invoked when a StatusEvent occurs.

Parameters:
evt - The StatusEvent


Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.