com.bea.control.callbacks
Interface MessageBufferFailure


public interface MessageBufferFailure

This class provides the definition of a EventSet that all controls using MessageBuffer should declare. Clients of the control can then register as a listener to this event if they wish to be notified in the event a buffered request failed when it was processed asynchronously. When the control framework support importing of EventSets, then this EventSet can simply be imported into any controls.

Author:
Copyright (c) 2004 by BEA Systems. All Rights Reserved.

Method Summary
 void onAsyncFailure(String methodName, Object[] args)
           
 

Method Detail

onAsyncFailure

void onAsyncFailure(String methodName,
                    Object[] args)