org.grinvin.graphs

Interface AnnotationModel

All Superinterfaces:
AnnotationView
Known Subinterfaces:
MutableAnnotationModel
Known Implementing Classes:
DefaultAnnotationModel

public interface AnnotationModel
extends AnnotationView

Method Summary

void
addAnnotationListener(AnnotationListener l)
Register a annotation listener with this model.
void
removeAnnotationListener(AnnotationListener l)
Unregister a previously registered annotation listener.

Methods inherited from interface org.grinvin.graphs.AnnotationView

getAnnotation, getAnnotation, getPeer

Method Details

addAnnotationListener

public void addAnnotationListener(AnnotationListener l)
Register a annotation listener with this model.

removeAnnotationListener

public void removeAnnotationListener(AnnotationListener l)
Unregister a previously registered annotation listener.