当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
PropertyChange - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.portlet.state
Class PropertyChange
java.lang.Object
org.jboss.portal.portlet.state.PropertyChange
- public class PropertyChange
- extends java.lang.Object
A preference change.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREF_SET
public static final int PREF_SET
- See Also:
- Constant Field Values
PREF_RESET
public static final int PREF_RESET
- See Also:
- Constant Field Values
PropertyChange
public PropertyChange(int type,
java.lang.String key,
Value value)
getType
public int getType()
getKey
public java.lang.String getKey()
getValue
public Value getValue()
asSet
public void asSet(Value value)
asReset
public void asReset()