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, toString
public StateChangeEvent(java.lang.String name, Component target, java.lang.Integer state)
state
- the state being changed.Copyright © 2005-2021 Potix Corporation. All Rights Reserved.