com.yobotics.simulationconstructionset.util.statemachines
Interface StateChangedListener

All Known Implementing Classes:
StateChangeRecorder, StateMachinesJPanel

public interface StateChangedListener

Title: SimulationConstructionSet

Description:

Copyright: Copyright (c) 2000

Company: Yobotics, Inc.

Version:
1.0
Author:
not attributable

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

Method Detail

stateChanged

void stateChanged(State oldState,
                  State newState,
                  double time)