|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by the remote object selection dialogs when Add mode is enabled.
This interface allows you to listen generically for selection events on any remote object, and be called when the user selects something or presses. You can use instanceof to decide what was selected.
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.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
Object |
addButtonPressed(SystemConnection selectedConnection,
Object[] selectedObjects)
The user has pressed the Add button. |
Object |
okToEnableAddButton(SystemConnection selectedConnection,
Object[] selectedObjects)
The user has selected a remote object. |
Field Detail |
public static final String Copyright
Method Detail |
public Object okToEnableAddButton(SystemConnection selectedConnection, Object[] selectedObjects)
selectedConnection
- The connection the object was selected inselectedObjects
- Will be a list of objects such as AS400Library or IRemoteFile. They are
resolved so that the remote adapter is not required.
public Object addButtonPressed(SystemConnection selectedConnection, Object[] selectedObjects)
selectedConnection
- The connection the object was selected inselectedObjects
- Will be a list of objects such as AS400Library or IRemoteFile. They are
resolved so that the remote adapter is not required.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |