ControlVariable.LinkRemovedListener Class

com.bea.ide.lang.control.element
ControlVariable.LinkRemovedListener Class

protected static class ControlVariable.LinkRemovedListener

    extends Object
    implements PropertyChangeListener

Listener on the document to notice when a link is removed. This is used by ControlMethod as well.


Hierarchy
Object
  ControlVariable.LinkRemovedListener
All Implemented Interfaces

EventListener, PropertyChangeListener
Enclosing class

ControlVariable

Constructor Summary

ControlVariable.LinkRemovedListener(ILinkedElement container)

 

Method Summary

public void
propertyChange(PropertyChangeEvent evt)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

ControlVariable.LinkRemovedListener

public ControlVariable.LinkRemovedListener(ILinkedElement container)
 

Method Detail

propertyChange(PropertyChangeEvent) Method

public void propertyChange(PropertyChangeEvent evt)