Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c (12.1.2)
E23185-01


oracle.adf.view.rich.event
Class WindowCloseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.adf.view.rich.event.WindowCloseEvent

All Implemented Interfaces:
Serializable

public class WindowCloseEvent
extends EventObject

Event indicating that window has been closed. NOTE: this event is not delivered by ADF at this time.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
WindowCloseEvent(WindowIdProvider source, String closedWindowId)
           

 

Method Summary
 String getClosedWindowId()
           

 

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

WindowCloseEvent

public WindowCloseEvent(WindowIdProvider source,
                        String closedWindowId)

Method Detail

getClosedWindowId

public String getClosedWindowId()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c (12.1.2)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.