de.hattrickorganizer.net.rmiHOFriendly
Interface Chat

All Known Implementing Classes:
HoClientImp, HOServerImp

public interface Chat

DOCUMENT ME!

Author:
thomas.werth

Field Summary
static byte NET_ABBRUCH_MSG
          TODO Missing Parameter Documentation
static byte NET_AUSWECHSLUNG_MSG
          TODO Missing Parameter Documentation
static byte NET_BEREIT_MSG
          TODO Missing Parameter Documentation
static byte NET_CHAT_MSG
          TODO Missing Parameter Documentation
static byte NET_CREATEFRIENDLY_MSG
          TODO Missing Parameter Documentation
static byte NET_FANGESANG_MSG
          TODO Missing Parameter Documentation
static byte NET_INFO_MSG
          TODO Missing Parameter Documentation
static byte NET_KARTE_MSG
          TODO Missing Parameter Documentation
static byte NET_PAUSE_MSG
          TODO Missing Parameter Documentation
static byte NET_SPIELBEGINN_MSG
          TODO Missing Parameter Documentation
static byte NET_SPIELENDE_MSG
          TODO Missing Parameter Documentation
static byte NET_SPIELMINUTE_MSG
          TODO Missing Parameter Documentation
static byte NET_TORCHANCE_MSG
          TODO Missing Parameter Documentation
static byte NET_VERLETZUNG_MSG
          TODO Missing Parameter Documentation
 
Method Summary
 void recieveMsg(java.lang.String trainer, java.lang.String msg, boolean heim)
           
 void sendAbbruch(boolean bool)
          TODO Missing Method Documentation
 void sendBereit(boolean bool)
          TODO Missing Method Documentation
 void sendChatMsg(java.lang.String trainer, java.lang.String msg, boolean heim)
          TODO Missing Method Documentation
 void sendPause(boolean bool)
           
 void shutdown()
          TODO Missing Method Documentation
 

Field Detail

NET_CHAT_MSG

static final byte NET_CHAT_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_CREATEFRIENDLY_MSG

static final byte NET_CREATEFRIENDLY_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_TORCHANCE_MSG

static final byte NET_TORCHANCE_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_INFO_MSG

static final byte NET_INFO_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_KARTE_MSG

static final byte NET_KARTE_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_VERLETZUNG_MSG

static final byte NET_VERLETZUNG_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_AUSWECHSLUNG_MSG

static final byte NET_AUSWECHSLUNG_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_FANGESANG_MSG

static final byte NET_FANGESANG_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_SPIELMINUTE_MSG

static final byte NET_SPIELMINUTE_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_SPIELENDE_MSG

static final byte NET_SPIELENDE_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_BEREIT_MSG

static final byte NET_BEREIT_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_PAUSE_MSG

static final byte NET_PAUSE_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_ABBRUCH_MSG

static final byte NET_ABBRUCH_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NET_SPIELBEGINN_MSG

static final byte NET_SPIELBEGINN_MSG
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Method Detail

recieveMsg

void recieveMsg(java.lang.String trainer,
                java.lang.String msg,
                boolean heim)

sendAbbruch

void sendAbbruch(boolean bool)
TODO Missing Method Documentation

Parameters:
bool - TODO Missing Method Parameter Documentation

sendBereit

void sendBereit(boolean bool)
TODO Missing Method Documentation

Parameters:
bool - TODO Missing Method Parameter Documentation

sendChatMsg

void sendChatMsg(java.lang.String trainer,
                 java.lang.String msg,
                 boolean heim)
TODO Missing Method Documentation

Parameters:
trainer - TODO Missing Method Parameter Documentation
msg - TODO Missing Method Parameter Documentation
heim - TODO Missing Method Parameter Documentation

sendPause

void sendPause(boolean bool)

shutdown

void shutdown()
TODO Missing Method Documentation