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

Quick Search    Search Deep

com.sample.addressbook.controller.contact
Class ContactAssociatesController.ContactDeleteListener  view ContactAssociatesController.ContactDeleteListener download ContactAssociatesController.ContactDeleteListener.java

java.lang.Object
  extended bycom.sample.addressbook.controller.contact.ContactAssociatesController.ContactDeleteListener
All Implemented Interfaces:
com.aendvari.hermes.broker.MessageListener
Enclosing class:
ContactAssociatesController

class ContactAssociatesController.ContactDeleteListener
extends java.lang.Object
implements com.aendvari.hermes.broker.MessageListener


Constructor Summary
(package private) ContactAssociatesController.ContactDeleteListener()
           
 
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

ContactAssociatesController.ContactDeleteListener

ContactAssociatesController.ContactDeleteListener()
Method Detail

onMessage

public void onMessage(com.aendvari.hermes.broker.Message message)
Description copied from interface: com.aendvari.hermes.broker.MessageListener
Receives a message from the com.aendvari.hermes.broker.MessageBroker.

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