Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sample.tutorial.update.controller.update
Class UpdateController.UpdateListener  view UpdateController.UpdateListener download UpdateController.UpdateListener.java

java.lang.Object
  extended bycom.sample.tutorial.update.controller.update.UpdateController.UpdateListener
All Implemented Interfaces:
com.aendvari.hermes.broker.MessageListener
Enclosing class:
UpdateController

protected class UpdateController.UpdateListener
extends java.lang.Object
implements com.aendvari.hermes.broker.MessageListener


Constructor Summary
protected UpdateController.UpdateListener()
           
 
Method Summary
 void onMessage(com.aendvari.hermes.broker.Message message)
          Receives a message from the com.aendvari.hermes.broker.MessageBroker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateController.UpdateListener

protected UpdateController.UpdateListener()
Method Detail

onMessage

public void onMessage(com.aendvari.hermes.broker.Message message)
Receives a message from the com.aendvari.hermes.broker.MessageBroker.

Specified by:
onMessage in interface com.aendvari.hermes.broker.MessageListener