hades.simulator
Class DeleteAllEventsFromSourceCommand

java.lang.Object
  extended byhades.simulator.DeleteAllEventsFromSourceCommand
All Implemented Interfaces:
SimulatorCommand

public class DeleteAllEventsFromSourceCommand
extends java.lang.Object
implements SimulatorCommand


Constructor Summary
DeleteAllEventsFromSourceCommand(SimKernel kernel, SimObject source)
           
 
Method Summary
 void execute()
          execute this SimulatorCommand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteAllEventsFromSourceCommand

public DeleteAllEventsFromSourceCommand(SimKernel kernel,
                                        SimObject source)
Method Detail

execute

public void execute()
execute this SimulatorCommand.

Specified by:
execute in interface SimulatorCommand