feud.testgame.gui
Interface GUIListener

All Known Implementing Classes:
ServerSelection

public interface GUIListener

An interface for GUI listeners. An element changed event will be fired if a button has been clicked and similar events.


Method Summary
 void elementChanged(java.lang.String label, java.lang.String data)
          Notify the implemention about a change in the GUI.
 

Method Detail

elementChanged

public void elementChanged(java.lang.String label,
                           java.lang.String data)
Notify the implemention about a change in the GUI.

Parameters:
label - the label of the element in question
data - the data that this element holds (if any, null otherwise)