com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.abstractwidget
Class VertexStateProxyListener

java.lang.Object
  extended by com.im.ijc.widgets.abstractwidget.VertexStateProxyListener
All Implemented Interfaces:
IJCWidget.Breakable, PropertyChangeListener, EventListener

public class VertexStateProxyListener
extends Object
implements PropertyChangeListener, IJCWidget.Breakable

Listener to a VertexState changes that supports disabling and does only one notification about changes on resume.


Constructor Summary
VertexStateProxyListener(PropertyChangeListener vertexStateListener)
           
 
Method Summary
 void attach(DFResultSet.VertexState vertexState)
           
 void detach()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void resume()
           
 void suspend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexStateProxyListener

public VertexStateProxyListener(PropertyChangeListener vertexStateListener)
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

attach

public void attach(DFResultSet.VertexState vertexState)

detach

public void detach()

suspend

public void suspend()
Specified by:
suspend in interface IJCWidget.Breakable

resume

public void resume()
Specified by:
resume in interface IJCWidget.Breakable

com.im.ijc.widgets/1 5.9.1