org.kahina.core.gui.event
Class KahinaEdgeSelectionEvent
java.lang.Object
org.kahina.core.event.KahinaEvent
org.kahina.core.gui.event.KahinaEdgeSelectionEvent
public class KahinaEdgeSelectionEvent
- extends KahinaEvent
Event to indicate a certain chart edge has been "marked" in a chart
and all interested parties should be updated accordingly.
KahinaEdgeSelectionEvent
public KahinaEdgeSelectionEvent(int selectedEdge)
KahinaEdgeSelectionEvent
public KahinaEdgeSelectionEvent(int selectedEdge,
KahinaChartViewPanel panel)
getSelectedEdge
public int getSelectedEdge()
getPanel
public KahinaChartViewPanel getPanel()
toString
public String toString()
- Overrides:
toString in class KahinaEvent