Public Methods | |
SaMethodDialog (SaMethodDescription desc, Object user, String funcName) | |
Constructor. More... | |
void | actionPerformed (ActionEvent e) |
Implementation of ActionListener. More... |
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.
|
|
Implementation of ActionListener.
|