Package io.ably.lib.realtime
Interface ChannelBase.MessageListener
-
- All Known Subinterfaces:
Channel.MessageListener
- Enclosing class:
- ChannelBase
public static interface ChannelBase.MessageListenerAn interface whereby a client maybe notified of message on a channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMessage(Message message)
-
-
-
Method Detail
-
onMessage
void onMessage(Message message)
-
-