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

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

public class NewBlockAction
extends ActionObject

The observed object is a new block


Fields inherited from class de.huberlin.informatik.pnk.kernel.base.ActionObject
initiator
 
Constructor Summary
NewBlockAction(Object initiator)
          Constructor specifying the initiator which generates the block.
 
Method Summary
 void performAction(Observer observer, Object observedObject)
          Codes the generation of an block using the interface StructuredNetObserver.
 
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

NewBlockAction

public NewBlockAction(Object initiator)
Constructor specifying the initiator which generates the block.
Method Detail

performAction

public void performAction(Observer observer,
                          Object observedObject)
Codes the generation of an block using the interface StructuredNetObserver.
Requires: oserver implements the interface StructuredNetObserver.
Overrides:
performAction in class ActionObject