Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Interface JboMessageListener

All Superinterfaces:
java.util.EventListener

public interface JboMessageListener
extends java.util.EventListener

Internal: Applications should not use this interface.

Since:
JDeveloper 3.0

Method Summary
 void OnMessage(java.lang.String msg, JboMessageObject msgObj)
          Called by classes that generate messages.

 

Method Detail

OnMessage

public void OnMessage(java.lang.String msg,
                      JboMessageObject msgObj)
Called by classes that generate messages.

This is the default listener method. Subscribers may provide additional methods of the form OnMessageName(), where "MessageName" is the value of msg, and which have a single parameter, msgObj.

Parameters:
msg - a string identifiying a class of messages.
msgObj - the message.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.