Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- 
public class UpdateEvent
extends TaskEvent
This class is not final yet. It will be used for updates related lock
 aquisition etc, when we implement that.
 
 
- 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
UpdateEvent(Task source,
           java.lang.String[] message)
An array of messages (possibly null) can be propagated via the update. 
 | 
 
- 
Method Summary
Methods 
| Modifier and Type | 
Method and Description | 
java.lang.String[] | 
getMessage()
Retreive the message from the update. 
 | 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Constructor Detail
- 
UpdateEvent
public UpdateEvent(Task source,
           java.lang.String[] message)
An array of messages (possibly null) can be propagated via the update. The
 contents of the message are implementation dependent.
- Parameters:
 source - task which generated this messagemessage - implementation dependent array of messages (can be null)
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
Copyright © 1997, 2014, Oracle. All rights reserved.