站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

NodeStateEvent - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.impl.tree
Class NodeStateEvent

java.lang.Object
  extended byorg.jboss.portal.core.impl.tree.NodeStateEvent

public class NodeStateEvent
extends java.lang.Object

The state of a node during a change made to the model. The objects are used only during a modification of the cache.


Field Summary
static int STATUS_CREATED
          Node has been created.
static int STATUS_MODIFIED
          Node has been modified.
static int STATUS_REMOVED
          Node has been removed.
 
Constructor Summary
NodeStateEvent(Fqn fqn, int state)
           
 
Method Summary
 Fqn getFqn()
           
 int getStatus()
           
 void setStatus(int status)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATUS_CREATED

public static final int STATUS_CREATED
Node has been created.

See Also:
Constant Field Values

STATUS_MODIFIED

public static final int STATUS_MODIFIED
Node has been modified.

See Also:
Constant Field Values

STATUS_REMOVED

public static final int STATUS_REMOVED
Node has been removed.

See Also:
Constant Field Values
Constructor Detail

NodeStateEvent

public NodeStateEvent(Fqn fqn,
                      int state)
Method Detail

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getFqn

public Fqn getFqn()

toString

public java.lang.String toString()