de.uni_paderborn.fujaba.fsa.update
Class LogicToFsaUpdater

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
      extended byde.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater
All Implemented Interfaces:
Translator
Direct Known Subclasses:
AdornmentUpdater, GrabTargetUpdater, LogicAndFsaUpdater, LogicToFsaSizeUpdater, TypeUpdater, UMLAbstractUpdater, UMLShowComponents, UMLStaticUpdater, VisibilityUpdater

public class LogicToFsaUpdater
extends AbstractUpdater

add and handle listener between fsa and uml. updates from logic to fsa only

Version:
$Revision: 1.18 $
Author:
$Author: lowende $

Constructor Summary
LogicToFsaUpdater()
          Default Constructor
 
Method Summary
protected  void addListener()
          Access method for an one to n association.
 java.util.EventListener getLogicListener()
          Get the logicListener attribute of the LogicToFsaUpdater object
 void initialize()
          No comment provided by developer, please add a comment to improve documentation.
protected  void removeListener()
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean setLogicListener(java.util.EventListener listener)
          Sets the logicListener attribute of the LogicToFsaUpdater object
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater
getFsaAttrName, getFsaObject, getLogicAttrName, getLogicObject, getTranslator, isListenerActive, setFsaAttrName, setFsaObject, setListenerActive, setLogicAttrName, setLogicObject, setTranslator, toString, translateFsaToLogic, translateLogicToFsa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicToFsaUpdater

public LogicToFsaUpdater()
Default Constructor

Method Detail

setLogicListener

protected boolean setLogicListener(java.util.EventListener listener)
Sets the logicListener attribute of the LogicToFsaUpdater object

Parameters:
listener - The new logicListener value
Returns:
No description provided

getLogicListener

public java.util.EventListener getLogicListener()
Get the logicListener attribute of the LogicToFsaUpdater object

Returns:
The logicListener value

addListener

protected void addListener()
Access method for an one to n association.

Specified by:
addListener in class AbstractUpdater

removeListener

protected void removeListener()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
removeListener in class AbstractUpdater

initialize

public void initialize()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
initialize in class AbstractUpdater