com.yobotics.simulationconstructionset.util.statemachines
Interface StateChangedListener<E extends java.lang.Enum<E>>

All Known Implementing Classes:
StateChangeRecorder, StateMachinesJPanel

public interface StateChangedListener<E extends java.lang.Enum<E>>

Title: SimulationConstructionSet

Description:

Copyright: Copyright (c) 2000

Company: Yobotics, Inc.

Version:
1.0
Author:
not attributable

Method Summary
 void stateChanged(State<E> oldState, State<E> newState, double time)
           
 

Method Detail

stateChanged

void stateChanged(State<E> oldState,
                  State<E> newState,
                  double time)