jpa.p1.pub
Interface PubDatasetEvent


public interface PubDatasetEvent

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


Method Summary
 void onReady(boolean bReady)
          This method is invoked whenever a dataset is ready to receive published data, or if it ceases to be able to accept data.
 

Method Detail

onReady

public void onReady(boolean bReady)
This method is invoked whenever a dataset is ready to receive published data, or if it ceases to be able to accept data.