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

Quick Search    Search Deep

org.mule.umo
Interface UMOEventListener  view UMOEventListener download UMOEventListener.java

All Known Subinterfaces:
UMOChain, UMOSyncEventListener, UniversalMessageObject

public interface UMOEventListener

A MuleEventListener object is used to receive UMOEvent delivered asynchronously.

Version:
$Revision: 1.5 $

Method Summary
 void onEvent(UMOEvent event)
          Passes the event to the listener
 

Method Detail

onEvent

public void onEvent(UMOEvent event)
             throws UMOException
Passes the event to the listener