jpa.p1.pub
Interface PubDatasetListEvent
- public interface PubDatasetListEvent
This interface is the event counterpart to the PubDatasetList
interface. This interface is implemented by the client application.
|
Method Summary |
void |
onAddDataset(java.lang.String dataset)
This method is invoked whenever a dataset is added to the list. |
void |
onDeleteDataset(java.lang.String dataset)
This method is invoked whenever a dataset is deleted from the list. |
void |
onImage(java.util.Vector vDatasets)
This method is invoked when an initial image of the dataset list is received. |
onImage
public void onImage(java.util.Vector vDatasets)
- This method is invoked when an initial image of the dataset list is received.
The dataset list is passed as a vector of String objects.
onAddDataset
public void onAddDataset(java.lang.String dataset)
- This method is invoked whenever a dataset is added to the list.
onDeleteDataset
public void onDeleteDataset(java.lang.String dataset)
- This method is invoked whenever a dataset is deleted from the list.