public class BrowserEvent extends EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowserEvent.Type
The different types of events that we can have.
|
source| Constructor and Description |
|---|
BrowserEvent(Object source,
BrowserEvent.Type id)
Constructor of the event.
|
| Modifier and Type | Method and Description |
|---|---|
BrowserEvent.Type |
getType()
Returns the type of event.
|
getSource, toStringpublic BrowserEvent(Object source, BrowserEvent.Type id)
source - the Object that generated this event.id - the type of the event.public BrowserEvent.Type getType()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.