org.openanzo.server.notification.web
Class NotificationControlListener

java.lang.Object
  extended by org.openanzo.server.notification.web.NotificationControlListener
All Implemented Interfaces:
javax.jms.MessageListener

public class NotificationControlListener
extends java.lang.Object
implements javax.jms.MessageListener

NotificationControlListener is a MessageListener that listens for notification control listeners

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
NotificationControlListener(NotificationServer server)
          Create a new NotificationControlListener
 
Method Summary
 void onMessage(javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationControlListener

public NotificationControlListener(NotificationServer server)
Create a new NotificationControlListener

Parameters:
server - Parent NotificationServer
Method Detail

onMessage

public void onMessage(javax.jms.Message message)
Specified by:
onMessage in interface javax.jms.MessageListener


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.