cz.zcu.fav.kiv.jsim.gui
Class JSimChange

java.lang.Object
  extended byjava.util.Observable
      extended bycz.zcu.fav.kiv.jsim.gui.JSimChange

public class JSimChange
extends java.util.Observable

JSimChange instances can register listeners to which information about a change in the simulation is sent.

Since:
J-Sim version 0.2.0
Version:
J-Sim version 0.3.0
Author:
Pavel DOMECKÝ

Constructor Summary
JSimChange()
           
 
Method Summary
 void changed()
          Sets the change flag on and notifies all registered listeners to display this change in the GUI.
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSimChange

public JSimChange()
Method Detail

changed

public void changed()
Sets the change flag on and notifies all registered listeners to display this change in the GUI.