de.uni_paderborn.fujaba.fsa.update
Class LogicAndFsaUpdater

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
      extended byde.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater
          extended byde.uni_paderborn.fujaba.fsa.update.LogicAndFsaUpdater
All Implemented Interfaces:
Translator
Direct Known Subclasses:
ComboBoxUpdater, TextComponentUpdater

public class LogicAndFsaUpdater
extends LogicToFsaUpdater

add and handle listener between fsa and logic

Version:
$Revision: 1.11 $
Author:
$Author: schneider $

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

Constructor Detail

LogicAndFsaUpdater

public LogicAndFsaUpdater()
Default Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AbstractUpdater
Returns:
short string representation of current object

getFsaListener

public java.util.EventListener getFsaListener()
Get the fsaListener attribute of the LogicAndFsaUpdater object

Returns:
The fsaListener value

addListener

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

Overrides:
addListener in class LogicToFsaUpdater

removeListener

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

Overrides:
removeListener in class LogicToFsaUpdater