fr.ove.openmath.jome.model.events
Interface ModelListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
ModelListenerController
All Known Implementing Classes:
Display

public interface ModelListener
extends java.util.EventListener

The interface that an object which want to be alerted of the changes of the model must implement.

Version:
1.0 09/07/98
Author:
© 1998 DIRAT Laurent

Method Summary
 void consumeModelEvent(ModelEvent modelEvent)
          Consumes (i.e. treats) the event received from the model.
 

Method Detail

consumeModelEvent

public void consumeModelEvent(ModelEvent modelEvent)
Consumes (i.e. treats) the event received from the model.

Parameters:
modelEvent - the event to consume.


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