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

E13403-07

oracle.javatools.ui.checklist
Class ContentActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.javatools.ui.checklist.ContentActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ContentActionEvent
extends java.util.EventObject

ContentActionEvent when an action is performed on the ContentElement in the StepContent.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContentActionEvent(java.lang.Object source, ContentElement elem)
          Creates the ContentActionEvent on the specified source and ContentActionElement.
 
Method Summary
 ContentElement getContentElement()
          Returns the ContentElement this event is representing.
 
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
 

Constructor Detail

ContentActionEvent

public ContentActionEvent(java.lang.Object source,
                          ContentElement elem)
Creates the ContentActionEvent on the specified source and ContentActionElement.

Method Detail

getContentElement

public ContentElement getContentElement()
Returns the ContentElement this event is representing.


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

E13403-07

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