forked from IF-LK-2020/stundenplan
Initial commit
This commit is contained in:
13
SelectionListener.java
Normal file
13
SelectionListener.java
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Listener-INterface, um auf Änderungen der Auswahlboxen im GUI zu reagieren.
|
||||
*/
|
||||
public interface SelectionListener {
|
||||
|
||||
/**
|
||||
* Wird aufgerufen, wenn sich die Auswahl ändert.
|
||||
* @param pList Name der Auswahlbox
|
||||
* @param pNewValue Neuer Wert
|
||||
*/
|
||||
public void selectionChanged(String pList, String pNewValue );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user