jpa.p1.sub
Interface SubDatasetEvent


public interface SubDatasetEvent

This interface is the event counterpart to the SubDataset interface. This interface is implemented by the client application.


Method Summary
 void onState(int state)
          This method is invoked whenever the dataset state changes.
 

Method Detail

onState

public void onState(int state)
This method is invoked whenever the dataset state changes. The following values are currently implemented:

  • DATASETSTATE_AVAILABLE
  • DATASETSTATE_UNAVAILABLE