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

ChangeLog - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.test.core.tree
Class ChangeLog

java.lang.Object
  extended byorg.jboss.portal.test.core.tree.ChangeLog
All Implemented Interfaces:
NodeChangeListener

public class ChangeLog
extends java.lang.Object
implements NodeChangeListener

Keep track of changes in the model. Each time it receives an event it notify all the thread waiting on the monitor of this object.


Constructor Summary
ChangeLog()
           
 
Method Summary
 void childAdded(FQN parentID, java.lang.String name)
           
 void childRemoved(FQN parentID, java.lang.String name)
           
 java.util.List getChanges()
           
 void propertyAdded(FQN nodeID, java.lang.String name)
           
 void propertyChanged(FQN nodeID, java.lang.String name)
           
 void propertyRemoved(FQN nodeID, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLog

public ChangeLog()
Method Detail

getChanges

public java.util.List getChanges()

propertyAdded

public void propertyAdded(FQN nodeID,
                          java.lang.String name)
Specified by:
propertyAdded in interface NodeChangeListener

propertyChanged

public void propertyChanged(FQN nodeID,
                            java.lang.String name)
Specified by:
propertyChanged in interface NodeChangeListener

propertyRemoved

public void propertyRemoved(FQN nodeID,
                            java.lang.String name)
Specified by:
propertyRemoved in interface NodeChangeListener

childAdded

public void childAdded(FQN parentID,
                       java.lang.String name)
Specified by:
childAdded in interface NodeChangeListener

childRemoved

public void childRemoved(FQN parentID,
                         java.lang.String name)
Specified by:
childRemoved in interface NodeChangeListener