|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesHostListStatusCallback
This interface is used when processing multiple-filter list requests, and the caller wants to be informed when processing for each filter starts. Typically this is used to update a UI status dialog. To use this, the caller implements this interface in one of their classes, and passes in an object of that class to the getList method of the AS400HostListXXX class.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
boolean |
checkForCancel()
The callback method when querying if user cancelled this operation. |
boolean |
startingFilterProcessing(ISeriesAbstractFilterString fsobj)
The callback method when a new sublist operation starts. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
boolean startingFilterProcessing(ISeriesAbstractFilterString fsobj)
the
- filter string about to be processed.
boolean checkForCancel() throws Exception
Exception
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |