Interface RSChatLine

All Superinterfaces:
RSDoublyLinkedNode, RSNode, RSProvider

public interface RSChatLine extends RSDoublyLinkedNode
  • Method Details

    • 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)