uci.graph
Interface GraphEdgeHooks
- All Known Implementing Classes:
- NetEdge
- public abstract interface GraphEdgeHooks
- extends Serializable
A set of methods that edges in a GraphModel may implement. If the
objects you use to represent edges implement this interface, they
will get the appropriate calls. NetEdge implements these.
- See Also:
NetEdge
serialVersionUID
public static final long serialVersionUID
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
setHighlight
public void setHighlight(boolean b)
dispose
public void dispose()