de.fhg.igd.jhsm
Class AbstractAction

java.lang.Object
  extended byde.fhg.igd.jhsm.AbstractAction
All Implemented Interfaces:
Action, Serializable
Direct Known Subclasses:
AgentBehaviour.CallWebserviceAction, AgentBehaviour.CallWebserviceAction, AgentBehaviour.CallWebserviceAction, AgentBehaviour.CallWebserviceAction, AgentBehaviour.GuestbookAction, AgentBehaviour.PrepareNextAction, AgentBehaviour.PrepareNextAction, AgentBehaviour.PrepareNextAction, AgentBehaviour.ReportAction, AgentBehaviour.ReportAction, AgentBehaviour.ResponseAction, AgentBehaviour.ResponseAction, AgentBehaviour.ResponseAction, AgentBehaviour.ResponseAction, AgentBehaviour.SayHelloAction, AgentBehaviour1.CallDelegationServiceAction, AgentBehaviour1.ResponseAction, AgentBehaviour2.CallWebserviceAction, AgentBehaviour2.ResponseAction, CollectLocalOwnersAction, CompositeAction, JumpAgentBehavior.JumpingAction, JumpAgentBehavior.ShowGUIAction, JumpAgentBehavior.ShowGUIExit, LocalAddressAction, LocalOwnerAction, PrepareHomeMigrationAction, PrepareMigrationAction, QuitAction, SetDestinationAction, VicinityAddressesAction

public abstract class AbstractAction
extends Object
implements Action, Serializable

See Also:
Serialized Form

Field Summary
private  Logger LOG
           
private  Component parent_
           
 
Constructor Summary
AbstractAction()
           
 
Method Summary
 Component getParent()
           
 void setParent(Component parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.fhg.igd.jhsm.Action
perform
 

Field Detail

LOG

private final Logger LOG

parent_

private Component parent_
Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

setParent

public void setParent(Component parent)

getParent

public Component getParent()


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.