|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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.
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.