Skip navigation links

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

E17493-03


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.

Skip navigation links

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

E17493-03


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