站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

org.netbeans.api.mdr.events (NetBeans MDR API) - NetBeans API Javadoc 5.0.0

 

Package org.netbeans.api.mdr.events

Interface Summary
MDRChangeListener Listener interface that allows repository clients to be notified of any changes in the repository after they occur.
MDRChangeSource Event source interface implemented by all the repository objects and MDRepository.
MDRPreChangeListener Listener interface containing methods that allow clients to keep track of planned changes in the metadata before they are performed.
 

Class Summary
AssociationEvent MDR Event used for representing association-related events.
AttributeEvent Class represeting MDR events related to changes of repository object (class/instance) attributes.
ExtentEvent MDR event used for representing events related to lifecycle of package extents in a repository (creation and deletion of extents).
InstanceEvent MDR Event used for representing events related to lifecycle of class instances (creation and deletion of instances).
MDRChangeEvent Root abstract class for all MDR events.
TransactionEvent Class representing MDR events related to start, commit and rollback of write transactions.
 

Exception Summary
VetoChangeException Can be thrown from MDRPreChangeListener.plannedChange(org.netbeans.api.mdr.events.MDRChangeEvent) to veto the planned change.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.