oracle.javatools.compare.view
Class ViewEditEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       oracle.javatools.compare.view.ViewEditEvent
oracle.javatools.compare.view.ViewEditEvent
- All Implemented Interfaces: 
- java.io.Serializable
- public class ViewEditEvent 
- extends java.util.EventObject
View edit event class.
- Since:
- 10.1.3.0.3
- See Also:
- Serialized Form
 
| Fields inherited from class java.util.EventObject | 
| source | 
 
 
 
| Methods inherited from class java.util.EventObject | 
| getSource, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
TYPE_VIEW_EDIT
public static final int TYPE_VIEW_EDIT
- See Also:
- Constant Field Values
ViewEditEvent
public ViewEditEvent(java.lang.Object source,
                     int id,
                     ContributorKind contributor,
                     ViewEdit viewEdit)
getId
public int getId()
- 
 
getContributorKind
public ContributorKind getContributorKind()
- 
 
getViewEdit
public ViewEdit getViewEdit()
- 
 
Copyright © 1997, 2013, Oracle. All rights reserved.