Interface RightClickEventDispatcher
-
- All Superinterfaces:
EventDispatcher
- All Known Implementing Classes:
FeatureEdge
,FeatureNode
public interface RightClickEventDispatcher extends EventDispatcher
Dispatches the right click event.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fireRightClickEvent()
Dispatches the right click event.
-