de.huberlin.informatik.pnk.kernel.base
Class DeleteAction

java.lang.Object
  |
  +--de.huberlin.informatik.pnk.kernel.base.ActionObject
        |
        +--de.huberlin.informatik.pnk.kernel.base.DeleteAction

public class DeleteAction
extends ActionObject

Message to delete the observed object!


Fields inherited from class de.huberlin.informatik.pnk.kernel.base.ActionObject
initiator
 
Constructor Summary
DeleteAction(Object initiator)
          Constructor specifying the initiator.
 
Method Summary
 void performAction(Observer observer, Object observedObject)
          Codes the delete action using the interface NetObserver.
 
Methods inherited from class de.huberlin.informatik.pnk.kernel.base.ActionObject
getInitiator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteAction

public DeleteAction(Object initiator)
Constructor specifying the initiator.
Method Detail

performAction

public void performAction(Observer observer,
                          Object observedObject)
Codes the delete action using the interface NetObserver.
Requires: observer implements the interface NetObserver.
Overrides:
performAction in class ActionObject