uk.co.agena.minerva.model.extendedbn
Interface ExtendedStateListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BooleanEN, ContinuousEN, ContinuousIntervalEN, DiscreteRealEN, ExtendedNode, IntegerIntervalEN, LabelledEN, NumericalEN, RankedEN

public interface ExtendedStateListener
extends java.util.EventListener

Defines a listener for s. Any object interested in such events should implement this interface.


Method Summary
 void extendedStateNameDescriptionChanged(ExtendedStateEvent ene)
          Invoked whenever the name of an ExtendedState has changed.
 

Method Detail

extendedStateNameDescriptionChanged

void extendedStateNameDescriptionChanged(ExtendedStateEvent ene)
Invoked whenever the name of an ExtendedState has changed.

Parameters:
ene - the event encapsulating information about the change


Copyright © 2006 Agena Ltd. All Rights Reserved.