com.prozima.pengine
Class ResetCommand

java.lang.Object
  extended by com.prozima.pengine.ResetCommand
All Implemented Interfaces:
Command

public class ResetCommand
extends java.lang.Object
implements Command

Command restores the state of PEngine to its initial configuration. All work, activities, milestones, schedules, projects and resources are deleted. All pending events which have yet to be dispatched to listeners are also deleted.


Constructor Summary
ResetCommand()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetCommand

public ResetCommand()