Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdeveloper.jsp.libraries
Class JspLibraryChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.jdeveloper.jsp.libraries.JspLibraryChangeEvent

All Implemented Interfaces:
java.io.Serializable

public class JspLibraryChangeEvent
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_PROPERTY_CHANGE
           
static int LIBRARY_REMOVED
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
JspLibraryChangeEvent(java.lang.Object source, JspLibrary[] libs, int remove_add_type)
           
JspLibraryChangeEvent(java.lang.Object source, JspLibrary lib, java.util.Collection changes)
           
JspLibraryChangeEvent(java.lang.Object source, JspLibrary lib, int remove_add_type)
           
JspLibraryChangeEvent(java.lang.Object source, JspLibrary lib, oracle.bali.xml.share.PropertyChange change)
           

 

Method Summary
 boolean containsPropertyChange(java.lang.String propertyName)
          Convenience method for discovering if a property change is present
 java.util.Collection<JspLibraryChangeEvent> getBatchedEvents()
           
 int getEventType()
           
static JspLibraryChangeEvent getFinishBatchUpdateEvent(java.lang.Object source, java.util.Collection<JspLibraryChangeEvent> events)
           
 JspLibrary[] getLibraries()
           
 JspLibrary getLibrary()
           
 oracle.bali.xml.share.PropertyChange getPropertyChange(java.lang.String propertyName)
          Convenience method for retrieving a property change
 java.util.Map getPropertyChanges()
           
static JspLibraryChangeEvent getStartBatchUpdateEvent(java.lang.Object source)
           
 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

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

JspLibraryChangeEvent

public JspLibraryChangeEvent(java.lang.Object source,
                             JspLibrary lib,
                             int remove_add_type)

JspLibraryChangeEvent

public JspLibraryChangeEvent(java.lang.Object source,
                             JspLibrary[] libs,
                             int remove_add_type)

JspLibraryChangeEvent

public JspLibraryChangeEvent(java.lang.Object source,
                             JspLibrary lib,
                             oracle.bali.xml.share.PropertyChange change)

JspLibraryChangeEvent

public JspLibraryChangeEvent(java.lang.Object source,
                             JspLibrary lib,
                             java.util.Collection changes)

Method Detail

getStartBatchUpdateEvent

public static JspLibraryChangeEvent getStartBatchUpdateEvent(java.lang.Object source)

getFinishBatchUpdateEvent

public static JspLibraryChangeEvent getFinishBatchUpdateEvent(java.lang.Object source,
                                                              java.util.Collection<JspLibraryChangeEvent> events)

getEventType

public int getEventType()

getLibrary

public JspLibrary getLibrary()

getLibraries

public JspLibrary[] getLibraries()

getPropertyChange

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

containsPropertyChange

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

getPropertyChanges

public java.util.Map getPropertyChanges()

getBatchedEvents

public java.util.Collection<JspLibraryChangeEvent> getBatchedEvents()

isBatchUpdateInProgress

public boolean isBatchUpdateInProgress()

setBatchUpdateInProgress

public void setBatchUpdateInProgress()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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