amber.client
Interface MbInterface

All Known Subinterfaces:
BaseComponent
All Known Implementing Classes:
BaseControl

public interface MbInterface

This class is the call back interface for the RMessageBox class. It is used to return button press values clicked on by users.

Version:
1.0.0
Author:
Dr. David J. Knowles
See Also:
RMessageBox

Method Summary
 void setMessageBoxReturn(int value)
          This function is called by the RMessageBox to set a return result and unlock the mutex.
 

Method Detail

setMessageBoxReturn

public void setMessageBoxReturn(int value)
This function is called by the RMessageBox to set a return result and unlock the mutex.
Parameters:
value - The return value to send back from the message box to the server.


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.