de.uni_paderborn.fujaba.fsa.update
Class FsaToLogicUpdater

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
      extended byde.uni_paderborn.fujaba.fsa.update.FsaToLogicUpdater
All Implemented Interfaces:
Translator

public class FsaToLogicUpdater
extends AbstractUpdater

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

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Field Summary
private  java.util.EventListener fsaListener
          No comment provided by developer, please add a comment to improve documentation.
private static org.apache.log4j.Logger log
          log4j logging
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater
 
Constructor Summary
FsaToLogicUpdater()
          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 FsaToLogicUpdater 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.
(package private)  boolean setFsaListener(java.util.EventListener listener)
          Sets the fsaListener attribute of the FsaToLogicUpdater object
 java.lang.String toString()
           
 
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

log

private static final transient org.apache.log4j.Logger log
log4j logging


fsaListener

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

Constructor Detail

FsaToLogicUpdater

public FsaToLogicUpdater()
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 FsaToLogicUpdater object

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

getFsaListener

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

Returns:
The fsaListener 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