fr.ove.applet.events
Interface AppletListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AListenableAppletListener, AnAppletListener, CompounderApplet

public interface AppletListener
extends java.util.EventListener

The interface that an object which wants to be alerted of the changes of an applet must implement.

Version:
1.0 30/04/99
Author:
© 1999 DIRAT Laurent

Method Summary
 void consumeAppletEvent(AppletEvent appletEvent)
          Consumes (i.e. treats) the event received.
 

Method Detail

consumeAppletEvent

public void consumeAppletEvent(AppletEvent appletEvent)
Consumes (i.e. treats) the event received.



Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.