Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.webapp.libraries
Class TagLibraryChangeEvent<T extends TagLibrary>

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.jdeveloper.webapp.libraries.TagLibraryChangeEvent<T>

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JspLibraryChangeEvent

public abstract class TagLibraryChangeEvent<T extends TagLibrary>
extends java.util.EventObject
See Also:
Serialized Form

Field Summary
static int BEGIN_CHANGES
           
static int FINISH_CHANGES
           
static int LIBRARIES_ADDED
           
static int LIBRARIES_REMOVED
           
static int LIBRARY_ADDED
           
static int LIBRARY_CHANGED
           
static int LIBRARY_PROPERTY_CHANGE
           
static int LIBRARY_REMOVED
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
protected TagLibraryChangeEvent(java.lang.Object source, java.util.Collection<? extends TagLibraryChangeEvent> events)
           
protected TagLibraryChangeEvent(java.lang.Object source, T[] libs, java.util.Collection changes, int type)
           

 

Method Summary
 boolean containsPropertyChange(java.lang.String propertyName)
          Convenience method for discovering if a property change is present
 java.util.Collection<? extends TagLibraryChangeEvent> getBatchedEvents()
           
 int getEventType()
           
abstract  T[] getLibraries()
           
protected  java.util.List<T> getLibrariesList()
           
 T getLibrary()
           
 oracle.bali.xml.share.PropertyChange getPropertyChange(java.lang.String propertyName)
          Convenience method for retrieving a property change
 java.util.Map getPropertyChanges()
           
 boolean isBatchUpdateInProgress()
           
 void setBatchUpdateInProgress()
           

 

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

 

Field Detail

LIBRARY_ADDED

public static final int LIBRARY_ADDED
See Also:
Constant Field Values

LIBRARY_REMOVED

public static final int LIBRARY_REMOVED
See Also:
Constant Field Values

LIBRARY_PROPERTY_CHANGE

public static final int LIBRARY_PROPERTY_CHANGE
See Also:
Constant Field Values

LIBRARIES_ADDED

public static final int LIBRARIES_ADDED
See Also:
Constant Field Values

LIBRARIES_REMOVED

public static final int LIBRARIES_REMOVED
See Also:
Constant Field Values

LIBRARY_CHANGED

public static final int LIBRARY_CHANGED
See Also:
Constant Field Values

BEGIN_CHANGES

public static final int BEGIN_CHANGES
See Also:
Constant Field Values

FINISH_CHANGES

public static final int FINISH_CHANGES
See Also:
Constant Field Values

Constructor Detail

TagLibraryChangeEvent

protected TagLibraryChangeEvent(java.lang.Object source,
                                T[] libs,
                                java.util.Collection changes,
                                int type)

TagLibraryChangeEvent

protected TagLibraryChangeEvent(java.lang.Object source,
                                java.util.Collection<? extends TagLibraryChangeEvent> events)

Method Detail

getBatchedEvents

public java.util.Collection<? extends TagLibraryChangeEvent> getBatchedEvents()

isBatchUpdateInProgress

public boolean isBatchUpdateInProgress()

setBatchUpdateInProgress

public void setBatchUpdateInProgress()

getLibrary

public T getLibrary()

getLibraries

public abstract T[] getLibraries()

getEventType

public int getEventType()

getPropertyChanges

public java.util.Map getPropertyChanges()

containsPropertyChange

public boolean containsPropertyChange(java.lang.String propertyName)
Convenience method for discovering if a property change is present

getPropertyChange

public oracle.bali.xml.share.PropertyChange getPropertyChange(java.lang.String propertyName)
Convenience method for retrieving a property change

getLibrariesList

protected java.util.List<T> getLibrariesList()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.