public class ButtonEvent extends EventObject
source| Constructor and Description |
|---|
ButtonEvent(Object source,
ButtonName buttonName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ButtonName |
getButtonName()
Gets the ButtonName of the button that generated the event.
|
getSource, toStringpublic ButtonEvent(Object source, ButtonName buttonName)
source - the button that generated the eventbuttonName - the button name.public ButtonName getButtonName()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.