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 StringgetChannel()RSNamePairgetChannelPair()intgetCycle()intgetIndex()StringgetMessage()StringgetSource()intgetType()voidsetMessage(String message)voidsetSource(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)
-
-