public class StateChangeEvent extends Event
| Constructor and Description |
|---|
StateChangeEvent(java.lang.String name,
Component target,
java.lang.Integer state)
Constructs the state change event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getState()
Returns the current state that has been changed.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toStringpublic StateChangeEvent(java.lang.String name,
Component target,
java.lang.Integer state)
state - the state being changed.Copyright © 2005-2024 Potix Corporation. All Rights Reserved.