PointOfView
Class DocumentSelector

java.lang.Object
PointOfView.DocumentSelector
- All Implemented Interfaces:
- java.io.Serializable
- public class DocumentSelector
- extends java.lang.Object
- implements java.io.Serializable
Get queries from its client, retrieve the result from its data source and sends the results back to the client
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_SAMPLE_PROPERTY
private static final java.lang.String PROP_SAMPLE_PROPERTY
- See Also:
- Constant Field Values
sampleProperty
private java.lang.String sampleProperty
propertySupport
private java.beans.PropertyChangeSupport propertySupport
DocumentSelector
public DocumentSelector()
- Creates new DocumentSelector
getSampleProperty
public java.lang.String getSampleProperty()
setSampleProperty
public void setSampleProperty(java.lang.String value)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)