public class PSearchResultsEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
HEADER_DATA |
static int |
PROGRESS_END |
static int |
PROGRESS_REPORT |
static int |
PROGRESS_START |
static int |
RESULTS |
source
Constructor and Description |
---|
PSearchResultsEvent(Object src,
int progress) |
PSearchResultsEvent(Object src,
PModelHandle[] results) |
PSearchResultsEvent(Object src,
String[] resFields) |
Modifier and Type | Method and Description |
---|---|
String[] |
getFieldsFound() |
int |
getProgress() |
PModelHandle[] |
getSearchResults() |
int |
getType() |
getSource, toString
public static final int PROGRESS_REPORT
public static final int RESULTS
public static final int HEADER_DATA
public static final int PROGRESS_START
public static final int PROGRESS_END
public PSearchResultsEvent(Object src, PModelHandle[] results)
public PSearchResultsEvent(Object src, int progress)
public int getType()
public int getProgress()
public PModelHandle[] getSearchResults()
public String[] getFieldsFound()
Copyright © 2003, 2023, Oracle and/or its affiliates.