com.im.ijc.widgets.abstractwidget
Class VertexStateProxyListener
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VertexStateProxyListener
public VertexStateProxyListener(PropertyChangeListener vertexStateListener)
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