public final class WebWindowEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANGE
The content of the window has changed
|
static int |
CLOSE
A window has closed
|
static int |
OPEN
A window has opened
|
source| Constructor and Description |
|---|
WebWindowEvent(WebWindow webWindow,
int type,
Page oldPage,
Page newPage)
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Return true if the two objects are equal
|
int |
getEventType() |
Page |
getNewPage()
Return the oldPage
|
Page |
getOldPage()
Return the oldPage
|
WebWindow |
getWebWindow()
Return the web window that fired the event.
|
int |
hashCode()
Return the hash code for this object.
|
String |
toString()
Return a string representation of this event
|
getSourcepublic static final int OPEN
public static final int CLOSE
public static final int CHANGE
public boolean equals(Object object)
public int hashCode()
public Page getOldPage()
public Page getNewPage()
public WebWindow getWebWindow()
public String toString()
toString in class EventObjectpublic int getEventType()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.