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()
           
 org.atmosphere.cpr.AtmosphereResource getResource()
           
 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)

getResource

org.atmosphere.cpr.AtmosphereResource getResource()


Copyright © 2015. All Rights Reserved.