|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemAddListener
This is an interface used by the AS400SelectFieldForm, AS400SelectFieldDialog and AS400SelectFieldAction classes to enable the caller to be informed when the user presses the Add button for the selected field.
If you call the enableAddButton method you must pass an object that implements this interface. The dialog will call you back when the user presses the Add button, so you can take appropriate action.
Method Summary | |
---|---|
String |
addButtonPressed(IHost selectedConnection,
Object selectedObject)
The user has pressed the Add button. |
String |
okToEnableAddButton(IHost selectedConnection,
Object selectedObject)
The user has selected an object. |
Method Detail |
---|
String addButtonPressed(IHost selectedConnection, Object selectedObject)
String okToEnableAddButton(IHost selectedConnection, Object selectedObject)
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |