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.OpenListener  view UpdateController.OpenListener download UpdateController.OpenListener.java

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

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


Constructor Summary
protected UpdateController.OpenListener()
           
 
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.OpenListener

protected UpdateController.OpenListener()
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