org.kahina.core.gui.event
Class KahinaEdgeSelectionEvent

java.lang.Object
  extended by org.kahina.core.event.KahinaEvent
      extended by 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.


Constructor Summary
KahinaEdgeSelectionEvent(int selectedEdge)
           
KahinaEdgeSelectionEvent(int selectedEdge, KahinaChartViewPanel panel)
           
 
Method Summary
 KahinaChartViewPanel getPanel()
           
 int getSelectedEdge()
           
 String toString()
           
 
Methods inherited from class org.kahina.core.event.KahinaEvent
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KahinaEdgeSelectionEvent

public KahinaEdgeSelectionEvent(int selectedEdge)

KahinaEdgeSelectionEvent

public KahinaEdgeSelectionEvent(int selectedEdge,
                                KahinaChartViewPanel panel)
Method Detail

getSelectedEdge

public int getSelectedEdge()

getPanel

public KahinaChartViewPanel getPanel()

toString

public String toString()
Overrides:
toString in class KahinaEvent