Uses of Interface
com.ramblingwood.minecraft.jsonapi.api.JSONAPIStreamListener

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

Methods in com.ramblingwood.minecraft.jsonapi.api with parameters of type JSONAPIStreamListener
 void JSONAPIStream.deregisterListener(JSONAPIStreamListener l)
          Undo the effects of registerListener.
 void JSONAPIStream.registerListener(JSONAPIStreamListener l, boolean feedOld)
          Register to have messages pushed to the listener.