|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JboMessageListener
Internal: Applications should not use this interface.
Method Summary | |
---|---|
void |
OnMessage(java.lang.String msg, JboMessageObject msgObj) Called by classes that generate messages. |
Method Detail |
---|
void OnMessage(java.lang.String msg, JboMessageObject msgObj)
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.
msg
- a string identifiying a class of messages.msgObj
- the message.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |