public class WaitData
extends java.lang.Object
DataAccess.getValue
can result in instance of a WaitData
object. When getValue
returns a WaitData
object, then the requested data has not yet been fetched locally. When the data has been fetched, then the data source should call the waitDataAvailable
method on the DataDirectorListener
.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
m_cellMessage |
Constructor and Description |
---|
WaitData(java.lang.String cellMessage)
Constructor that specifies a message to display, instead of data, in the cell.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellMessage()
Retrieves the message to display instead of the data for which this
WaitData is a substitute. |
protected java.lang.String m_cellMessage