com.objexcel.dynamiccontent
Interface DynamicContentHost
- public abstract interface DynamicContentHost
DynamicContentHost must be implemented by anything hosting
DynamicContentServer.
Method Summary |
java.lang.Object |
getProperty(java.lang.String s)
tell the DynamicContentServer the value of the property it wants. |
void |
setProperty(java.lang.String s,
java.lang.Object v)
hang on to a property value for the server. |
getProperty
public java.lang.Object getProperty(java.lang.String s)
- tell the DynamicContentServer the value of the property it wants.
setProperty
public void setProperty(java.lang.String s,
java.lang.Object v)
- hang on to a property value for the server.