Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


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:
java.io.Serializable

public class WindowCloseEvent
extends java.util.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, java.lang.String closedWindowId)
           

 

Method Summary
 java.lang.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,
                        java.lang.String closedWindowId)

Method Detail

getClosedWindowId

public java.lang.String getClosedWindowId()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.