org.atmosphere.samples.pubsub.dto
Class EmptyCommand

java.lang.Object
  extended by org.atmosphere.samples.pubsub.dto.BaseCommand
      extended by org.atmosphere.samples.pubsub.dto.EmptyCommand
All Implemented Interfaces:
Command

public class EmptyCommand
extends BaseCommand


Field Summary
 
Fields inherited from class org.atmosphere.samples.pubsub.dto.BaseCommand
channel, resource
 
Constructor Summary
EmptyCommand()
           
 
Method Summary
 void execute(Broadcaster broadcaster)
           
 
Methods inherited from class org.atmosphere.samples.pubsub.dto.BaseCommand
getChannel, setChannel, setResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyCommand

public EmptyCommand()
Method Detail

execute

public void execute(Broadcaster broadcaster)


Copyright © 2012. All Rights Reserved.