Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

schiffeversenken
Interface Callback  view Callback download Callback.java

All Known Implementing Classes:
GUI

public interface Callback


Field Summary
static int CONNECTION_UNTERBROCHEN
           
static int SCHIESSE
           
static int SCHIFFE_SETZEN
           
static int SPIEL_BEENDET_GEWONNEN
           
static int SPIEL_BEENDET_VERLOREN
           
 
Method Summary
 void chat(java.lang.String str)
           
 boolean command(int x, schiffeversenken.spieler.Spieler o)
           
 

Field Detail

SCHIFFE_SETZEN

public static final int SCHIFFE_SETZEN
See Also:
Constant Field Values

SCHIESSE

public static final int SCHIESSE
See Also:
Constant Field Values

SPIEL_BEENDET_GEWONNEN

public static final int SPIEL_BEENDET_GEWONNEN
See Also:
Constant Field Values

SPIEL_BEENDET_VERLOREN

public static final int SPIEL_BEENDET_VERLOREN
See Also:
Constant Field Values

CONNECTION_UNTERBROCHEN

public static final int CONNECTION_UNTERBROCHEN
See Also:
Constant Field Values
Method Detail

chat

public void chat(java.lang.String str)

command

public boolean command(int x,
                       schiffeversenken.spieler.Spieler o)