de.uni_paderborn.fujaba.asg
Class ASGElement.PersistencyListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.asg.ASGElement.PersistencyListener
All Implemented Interfaces:
java.util.EventListener, PopupSourceListener, java.beans.PropertyChangeListener
Enclosing class:
ASGElement

private static class ASGElement.PersistencyListener
extends java.lang.Object
implements java.beans.PropertyChangeListener, PopupSourceListener

CoObRA: Listener to recognize all changes to ASGElements (including collection based)

Version:
$Revision: 1.112 $
Author:
$Author: cschneid $

Constructor Summary
private ASGElement.PersistencyListener()
           
 
Method Summary
 void popupSourceChanged(LogicUnparseInterface newSource)
          store the locations whenever the popupSource changes
 void propertyChange(java.beans.PropertyChangeEvent e)
          Called upon all changes to ASGElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASGElement.PersistencyListener

private ASGElement.PersistencyListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Called upon all changes to ASGElements

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - the change event

popupSourceChanged

public void popupSourceChanged(LogicUnparseInterface newSource)
store the locations whenever the popupSource changes

Specified by:
popupSourceChanged in interface PopupSourceListener
Parameters:
newSource -