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)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Returns true if the two objects are equal.
|
int |
getEventType() |
Page |
getNewPage()
Returns the oldPage.
|
Page |
getOldPage()
Returns the oldPage.
|
WebWindow |
getWebWindow()
Returns the web window that fired the event.
|
int |
hashCode()
Returns the hash code for this object.
|
String |
toString()
Returns a string representation of this event.
|
getSource
public 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 EventObject
public int getEventType()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.