public class KahinaSelectionEvent extends KahinaEvent
Constructor and Description |
---|
KahinaSelectionEvent(int selectedStep) |
KahinaSelectionEvent(int selectedStep,
int layer) |
KahinaSelectionEvent(int selectedStep,
int layer,
KahinaViewPanel<?> panel) |
Modifier and Type | Method and Description |
---|---|
int |
getLayer() |
KahinaViewPanel<?> |
getPanel() |
int |
getSelectedStep() |
java.lang.String |
toString() |
getType
public KahinaSelectionEvent(int selectedStep)
public KahinaSelectionEvent(int selectedStep, int layer)
public KahinaSelectionEvent(int selectedStep, int layer, KahinaViewPanel<?> panel)
public int getSelectedStep()
public int getLayer()
public KahinaViewPanel<?> getPanel()
public java.lang.String toString()
toString
in class KahinaEvent