com.pusher.client.channel.impl
Interface InternalChannel
- All Superinterfaces:
- Channel, Comparable<InternalChannel>
- All Known Implementing Classes:
- ChannelImpl, PresenceChannelImpl, PrivateChannelImpl
public interface InternalChannel
- extends Channel, Comparable<InternalChannel>
toSubscribeMessage
String toSubscribeMessage()
toUnsubscribeMessage
String toUnsubscribeMessage()
onMessage
void onMessage(String event,
String message)
updateState
void updateState(ChannelState state)
setEventListener
void setEventListener(ChannelEventListener listener)
getEventListener
ChannelEventListener getEventListener()
Copyright © 2013 Pusher. All Rights Reserved.