com.togethersoft.openapi.util.properties
Class NullProperties
com.togethersoft.openapi.util.properties.NullPropertiesRO
|
+--com.togethersoft.openapi.util.properties.NullProperties
- public class NullProperties
- extends NullPropertiesRO
- implements IProperties
Represents null property with ability to set new value to it.
- Author:
- TogetherSoft
NullProperties
protected NullProperties()
addVetoableChangeListener
public void addVetoableChangeListener(VetoableChangeListener listener)
- Stub method. Does nothing.
getNullProperties
public static NullProperties getNullProperties()
- Return the only instance of this class.
putProperty
public void putProperty(String key, String value)
- Stub method.
value and key are not used. Does nothing.
removeVetoableChangeListener
public void removeVetoableChangeListener(VetoableChangeListener listener)
- Stub method. Does nothing.
to Class com.togethersoft.openapi.util.properties.NullProperties