org.atmosphere.samples.pubsub.dto
Interface Command

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

public interface Command


Method Summary
 void execute(Broadcaster broadcaster)
           
 String getChannel()
           
 void setResource(AtmosphereResource resource)
           
 

Method Detail

execute

void execute(Broadcaster broadcaster)

getChannel

String getChannel()

setResource

void setResource(AtmosphereResource resource)


Copyright © 2012. All Rights Reserved.