public class AfterSizeEvent extends Event
Constructor and Description |
---|
AfterSizeEvent(java.lang.String name,
Component target,
int width,
int height)
Constructs an AfterSizeEvent.
|
Modifier and Type | Method and Description |
---|---|
static AfterSizeEvent |
getAfterSizeEvent(AuRequest request)
Converts an AU request to a AfterSizeEvent.
|
int |
getHeight() |
int |
getWidth() |
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public AfterSizeEvent(java.lang.String name, Component target, int width, int height)
public static AfterSizeEvent getAfterSizeEvent(AuRequest request)
public int getWidth()
public int getHeight()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.