Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.runtime.event
Class ServiceUpdateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
          extended by oracle.apps.fnd.applcore.flex.runtime.event.ServiceUpdateEvent
All Implemented Interfaces:
java.io.Serializable

public class ServiceUpdateEvent
extends ModelerEvent

An event indicating that service objects have been updated.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
message
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceUpdateEvent(java.lang.Object source, XsdCollection objs)
          Creates a service update event.
 
Method Summary
 XsdCollection getUpdatedObjects()
          Gets the referenes of the updated objects.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
getMessage, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceUpdateEvent

public ServiceUpdateEvent(java.lang.Object source,
                          XsdCollection objs)
Creates a service update event.

Parameters:
source - the source of the event
objs - the updated objects
Method Detail

getUpdatedObjects

public XsdCollection getUpdatedObjects()
Gets the referenes of the updated objects.

Returns:
the references of the updated objects; an empty collection if the list is unknown

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.