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 $

Field Summary
private  java.util.EventListener fsaListener
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.update.LogicToFsaUpdater
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater
 
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.
(package private)  boolean setFsaListener(java.util.EventListener listener)
          Sets the fsaListener attribute of the LogicAndFsaUpdater object
 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, setListenerState, setLogicAttrName, setLogicObject, setTranslator, translateFsaToLogic, translateLogicToFsa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fsaListener

private java.util.EventListener fsaListener
No comment provided by developer, please add a comment to improve documentation.

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

setFsaListener

boolean setFsaListener(java.util.EventListener listener)
Sets the fsaListener attribute of the LogicAndFsaUpdater object

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

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