org.kahina.core.gui.event
Class KahinaSelectionEvent
java.lang.Object
org.kahina.core.event.KahinaEvent
org.kahina.core.gui.event.KahinaSelectionEvent
public class KahinaSelectionEvent
- extends KahinaEvent
Event to indicate a certain step has been "marked" internally in the main
tree view and all views should be updated accordingly.
KahinaSelectionEvent
public KahinaSelectionEvent(int selectedStep)
KahinaSelectionEvent
public KahinaSelectionEvent(int selectedStep,
KahinaViewPanel<?> panel)
getSelectedStep
public int getSelectedStep()
getPanel
public KahinaViewPanel<?> getPanel()
toString
public String toString()
- Overrides:
toString in class KahinaEvent