vanted.petrinetelements
Interface PetriNetListener

All Known Implementing Classes:
PNJFern

public interface PetriNetListener

The listener interface for receiving petriNet events. The class that is interested in processing a petriNet event implements this interface, and the object created with that class is registered with a component using the component's addPetriNetListener method. When the petriNet event occurs, that object's appropriate method is invoked.

Author:
Kevin Pucknat

Method Summary
 void run()
          Run.
 void run(int steps)
          Run.
 void stop()
          Stop.
 

Method Detail

run

void run()
Run.


run

void run(int steps)
Run.

Parameters:
steps - the steps

stop

void stop()
Stop.