org.axonframework.examples.addressbook.web.listener
Class UpdateMessageProducerForFlex

java.lang.Object
  extended by org.axonframework.examples.addressbook.web.listener.UpdateMessageProducerForFlex

@Component
public class UpdateMessageProducerForFlex
extends java.lang.Object

Author:
Jettro Coenradie

Constructor Summary
UpdateMessageProducerForFlex(org.springframework.flex.messaging.MessageTemplate template)
           
 
Method Summary
 void sendAddressUpdate(AddressDTO addressDTO)
           
 void sendContactUpdate(ContactDTO contactDTO)
           
 void sendRemovedUpdate(RemovedDTO removedDTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateMessageProducerForFlex

public UpdateMessageProducerForFlex(org.springframework.flex.messaging.MessageTemplate template)
Method Detail

sendContactUpdate

public void sendContactUpdate(ContactDTO contactDTO)

sendAddressUpdate

public void sendAddressUpdate(AddressDTO addressDTO)

sendRemovedUpdate

public void sendRemovedUpdate(RemovedDTO removedDTO)


Copyright © 2010. All Rights Reserved.