Package jag.game.relationship
Interface RSChatLine
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSNode
,RSProvider
public interface RSChatLine extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getChannel()
RSNamePair
getChannelPair()
int
getCycle()
int
getIndex()
String
getMessage()
String
getSource()
int
getType()
void
setMessage(String message)
void
setSource(String source)
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getSource
String getSource()
-
getType
int getType()
-
getMessage
String getMessage()
-
getIndex
int getIndex()
-
getCycle
int getCycle()
-
getChannel
String getChannel()
-
getChannelPair
RSNamePair getChannelPair()
-
setSource
void setSource(String source)
-
setMessage
void setMessage(String message)
-
-