com.ca.directory.jxplorer
Interface DataListener

All Known Implementing Classes:
JXOpenConWin, NewEntryWin, ReturnAttributesDisplay, SmartTree

public interface DataListener

This interface handles There are two main ways to retrieve data from a DataQuery in a thread friendly manner. The first is to poll the 'ready()' method until it returns true. The second method is to register a data listener that will be notified when the result is complete.


Method Summary
 void dataReady(DataQuery result)
           
 

Method Detail

dataReady

public void dataReady(DataQuery result)