Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SaMethodDialog Class Reference

A dialog box for calling a C++ function via the SA interface of the mediator. More...

List of all members.

Public Methods

 SaMethodDialog (SaMethodDescription desc, Object user, String funcName)
 Constructor. More...

void actionPerformed (ActionEvent e)
 Implementation of ActionListener. More...


Detailed Description

A dialog box for calling a C++ function via the SA interface of the mediator.

The SaMethodDescription determines hich method is to be called. The result of the operation (always a string) is passed to the user by calling its member function 'funcName' with the string as argument. 'funcName' must also have a second parameter: a String for the 'type' of the result.


Constructor & Destructor Documentation

SaMethodDialog::SaMethodDialog SaMethodDescription    desc,
Object    user,
String    funcName
[inline]
 

Constructor.


Member Function Documentation

void SaMethodDialog::actionPerformed ActionEvent    e [inline]
 

Implementation of ActionListener.


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:26 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001