|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetbattle.messages.NetMessage
netbattle.messages.AddBattleMessage
public class AddBattleMessage
Field Summary |
---|
Constructor Summary | |
---|---|
AddBattleMessage(int id,
java.lang.String battle,
boolean online)
Creates a new instance of AddBattleMessage |
Method Summary | |
---|---|
java.lang.String |
getBattle()
|
int |
getId()
|
int |
getMessage()
|
boolean |
isOnline()
|
Methods inherited from class netbattle.messages.NetMessage |
---|
logInRequired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddBattleMessage(int id, java.lang.String battle, boolean online)
Method Detail |
---|
public int getMessage()
getMessage
in class NetMessage
public int getId()
public java.lang.String getBattle()
public boolean isOnline()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |