public interface ClassSelectionListener
ClassSelectionPanel.| Modifier and Type | Method and Description |
|---|---|
void |
setSelectedClass(java.lang.String classSelected)
Will be invoked, if the user selected a class and confirmed its usage with the OK button.
|
void |
setSelectionCanceled()
Will be invoked, if the user canceled the class selection
|
void setSelectedClass(java.lang.String classSelected)
classSelected - the class that was selectedvoid setSelectionCanceled()