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!
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DeleteAction
public DeleteAction(Object initiator)
- Constructor specifying the
initiator.
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