Interface ClickEventDispatcher
-
- All Superinterfaces:
EventDispatcher
- All Known Implementing Classes:
FeatureEdge
,FeatureNode
public interface ClickEventDispatcher extends EventDispatcher
Dispatches the 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
fireClickEvent()
Dispatches the click event.
-