org.atmosphere.samples.pubsub.dto
Interface Command

All Known Implementing Classes:
BaseCommand, EmptyCommand, SubscribeCommand, UnsubscribeCommand

public interface Command


Method Summary
 void execute(org.atmosphere.cpr.Broadcaster broadcaster)
           
 String getChannel()
           
 void setResource(org.atmosphere.cpr.AtmosphereResource resource)
           
 

Method Detail

execute

void execute(org.atmosphere.cpr.Broadcaster broadcaster)

getChannel

String getChannel()

setResource

void setResource(org.atmosphere.cpr.AtmosphereResource resource)


Copyright © 2014. All Rights Reserved.