org.kahina.core.gui.event
Class KahinaSelectionEvent

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


Constructor Summary
KahinaSelectionEvent(int selectedStep)
           
KahinaSelectionEvent(int selectedStep, KahinaViewPanel<?> panel)
           
 
Method Summary
 KahinaViewPanel<?> getPanel()
           
 int getSelectedStep()
           
 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

KahinaSelectionEvent

public KahinaSelectionEvent(int selectedStep)

KahinaSelectionEvent

public KahinaSelectionEvent(int selectedStep,
                            KahinaViewPanel<?> panel)
Method Detail

getSelectedStep

public int getSelectedStep()

getPanel

public KahinaViewPanel<?> getPanel()

toString

public String toString()
Overrides:
toString in class KahinaEvent