Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Interface NativeMobileServiceBusListener

All Known Implementing Classes:
EntityReplayItemPublisher

public interface NativeMobileServiceBusListener

The interface that defines the contract between the NativeMobileServiceBus and parties that wish to subscribe to business events raised on the fabric.

Author:
PARACHAN

Method Summary
 void onBusinessEventFired(EventInvocation invocation)
          The NativeMobile Service Bus calls this method on all subscribers when a business event is raised.
 void onJavaEventFired(EventObject event)
          The NativeMobile Service Bus calls this method on all subscribers when a Java event is raised
 

Method Detail

onBusinessEventFired

void onBusinessEventFired(EventInvocation invocation)
The NativeMobile Service Bus calls this method on all subscribers when a business event is raised.

Parameters:
invocation -

onJavaEventFired

void onJavaEventFired(EventObject event)
The NativeMobile Service Bus calls this method on all subscribers when a Java event is raised

Parameters:
event -

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.