Uses of Class
com.ramblingwood.minecraft.jsonapi.api.JSONAPIStreamMessage

Uses of JSONAPIStreamMessage in com.ramblingwood.minecraft.jsonapi.api
 

Methods in com.ramblingwood.minecraft.jsonapi.api that return types with arguments of type JSONAPIStreamMessage
 java.util.List<JSONAPIStreamMessage> JSONAPIStream.getStack()
          Returns up to the last 50 messages in syncronized ArrayList.
 

Methods in com.ramblingwood.minecraft.jsonapi.api with parameters of type JSONAPIStreamMessage
 void JSONAPIStream.addMessage(JSONAPIStreamMessage m)
          Alias for pushMessage
 void JSONAPIStreamListener.onMessage(JSONAPIStreamMessage message, JSONAPIStream sender)
          Called every time there is a new message from the stream.
 void JSONAPIStream.pushMessage(JSONAPIStreamMessage m)
          Push out a message to all subscribers.