Interface DirectedGraphModifierEventProducer
-
- All Superinterfaces:
EventProducer
,GraphModifierEventProducer
- All Known Subinterfaces:
DirectedGraphModifier
- All Known Implementing Classes:
DirectedGraphModifierImpl
public interface DirectedGraphModifierEventProducer extends GraphModifierEventProducer
Interface dedicated to theDirectedGraphModifier
event related exposed methods. Specifies method signatures for registering the appropriate listeners and event types that are supported on a graph modifier.- Author:
- markr
-
-
Method Summary
-
Methods inherited from interface org.goplanit.utils.graph.modifier.event.GraphModifierEventProducer
addListener, addListener, removeAllListeners, removeListener, removeListener
-
-