ch.bfh.algo.core.sequence
Interface Observable
- All Known Implementing Classes:
- BinaryNode, Edge, GenericBinaryNode, GenericEdge, GenericLink, GenericLinkedPosition, GenericNode, GenericVertex, LinkedPosition, Node, ObserverPosition, Vertex
public interface Observable
attachBefore
ObserverPosition attachBefore(Observer observer)
attachAfter
ObserverPosition attachAfter(Observer observer)
detachBefore
void detachBefore(ObserverPosition position)
detachAfter
void detachAfter(ObserverPosition position)
notifyBefore
void notifyBefore()
notifyAfter
void notifyAfter()