com.bea.wlai.control
Interface ApplicationViewControl.Callback

Enclosing interface:
ApplicationViewControl

public static interface ApplicationViewControl.Callback

Callback interface that defines the generic events that can be delivered to any ApplicationView control instance. Note, no client-visible events are defined here. They see only those events defined in the control interface (JBCX file).


Method Summary
 void internalCallbackMethod(Object asrObj)
          Private/internal callback handler for handling async responses.
 

Method Detail

internalCallbackMethod

public void internalCallbackMethod(Object asrObj)
                            throws Exception
Private/internal callback handler for handling async responses. Clients of ApplicationViewControl should NOT implement this type of handler.

Throws:
Exception