ist.palcom.assemblies
Class EditCommandEvent

java.lang.Object
  extended by ist.palcom.collections.Link
      extended by ist.palcom.palcomthreads.Event
          extended by ist.palcom.assemblies.EditCommandEvent
Direct Known Subclasses:
AddDeclCommandEvent, RemoveDeclCommandEvent

public abstract class EditCommandEvent
extends Event


Constructor Summary
EditCommandEvent(PRDAssemblyVer target)
           
 
Method Summary
protected abstract  void edit(Assembly a)
           
 void execute(java.util.ArrayList l)
           
 PRDAssemblyVer getTarget()
           
 
Methods inherited from class ist.palcom.collections.Link
getNext, getPrev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditCommandEvent

public EditCommandEvent(PRDAssemblyVer target)
Method Detail

getTarget

public PRDAssemblyVer getTarget()

edit

protected abstract void edit(Assembly a)

execute

public void execute(java.util.ArrayList l)