Package com.portal.app.comp
Class PSearchResultsEvent
java.lang.Object
java.util.EventObject
com.portal.app.comp.PSearchResultsEvent
- All Implemented Interfaces:
Serializable
- Version:
- %version: 3 % %date_modified: Tue Sep 07 22:26:18 1999 %
- Author:
- larrylf
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPSearchResultsEvent
(Object src, int progress) PSearchResultsEvent
(Object src, PModelHandle[] results) PSearchResultsEvent
(Object src, String[] resFields) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
PROGRESS_REPORT
public static final int PROGRESS_REPORT- See Also:
-
RESULTS
public static final int RESULTS- See Also:
-
HEADER_DATA
public static final int HEADER_DATA- See Also:
-
PROGRESS_START
public static final int PROGRESS_START- See Also:
-
PROGRESS_END
public static final int PROGRESS_END- See Also:
-
-
Constructor Details
-
PSearchResultsEvent
-
PSearchResultsEvent
-
PSearchResultsEvent
-
-
Method Details
-
getType
public int getType() -
getProgress
public int getProgress() -
getSearchResults
-
getFieldsFound
-