Package de.svenkubiak.jpushover.listener
Interface MessageListener
-
public interface MessageListener
- Author:
- svenkubiak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError()
Called when the WebSocket ran into an errorvoid
onMessage()
Called when a new message is available/new messages are available
-