See: Description
| Interface | Description |
|---|---|
| BackendPopulatedListener |
The listeners that receive notifications when a set of backends are
populated.
|
| BackupCreatedListener |
The listeners that receive notifications when a backup is created.
|
| BrowserEventListener |
Interface that must be implemented by the objects that want to receive
browse events.
|
| ConfigChangeListener |
Interface that must be implemented by the objects that want to receive
configuration change notifications.
|
| ConfigurationElementCreatedListener |
Interface that must be implemented by the objects that want to receive
notifications when new configuration elements are created (like new indexes
or schema elements).
|
| EntryReadListener |
Interface that must be implemented by the objects that want to receive
notifications when an entry was successfully read or when there was an
error reading an entry.
|
| IndexModifiedListener |
Interface that must be implemented by the objects that want to receive
notifications when an index has been modified.
|
| IndexSelectionListener |
Interface that must be implemented by the objects that want to receive
notifications when an index has been selected.
|
| LDAPEntryChangedListener |
Interface that must be implemented by the objects that want to receive
notifications when a LDAP Entry has been modified.
|
| MoveListener |
Interface that must be implemented by the objects that want to receive
notifications when an entry is being moved (for instance using drag and
drop).
|
| PrintStreamListener |
This is a listener used by the progress dialogs and the tasks to be notified
when something is written to a PrintStream.
|
| ReferralAuthenticationListener |
Interface that must be implemented by the objects that want to receive
notifications when the authentication to be used to handle referrals in the
LDAP entries browser.
|
| SchemaElementSelectionListener |
Interface that must be implemented by the objects that want to receive
notifications when a schema element has been selected.
|
| SuperiorObjectClassesChangedListener |
This is the listener that receives events about the changes made in the
superiors of a given object class.
|
| Class | Description |
|---|---|
| BackendPopulatedEvent |
The event used to notify that a backend has been populated (using import
or restore for example).
|
| BackupCreatedEvent |
The event used to notify that a backup has been created.
|
| BrowseActionListener |
This is a class that automates the update of a text field with what the user
selects in a file chooser.
|
| BrowserEvent |
This class defines an event for the browser.
|
| ClickTooltipDisplayer |
This class listens to events and displays a tooltip when the user clicks on
the object that registered this listener.
|
| ComboKeySelectionManager |
A class used to allow the user to type a sequence of characters that will
select automatically an item in the combo box.
|
| ConfigurationChangeEvent |
The event that describes a change in the configuration.
|
| ConfigurationElementCreatedEvent |
The event used to notify that a new configuration element was created.
|
| EntryReadErrorEvent |
The event that is create when there is an error reading an entry.
|
| EntryReadEvent |
The class used to notify that a new entry has been successfully read.
|
| IndexModifiedEvent |
The event that describes a modification of the index.
|
| IndexSelectionEvent |
The event that describes that an index has been selected.
|
| LDAPEntryChangedEvent |
Method that describes that an entry has changed.
|
| MoveEvent |
The event that is throw when an entry is moved in the LDAP
entry browser.
|
| SchemaElementSelectionEvent |
The event that describes that an element of the schema has been selected.
|
| ScrollPaneBorderListener |
This is a listener that is basically used to update dynamically the border
of a scroll bar.
|
| SuperiorObjectClassesChangedEvent |
This is the event sent to notify the changes made in the superiors of a given
object class.
|
| TextComponentFocusListener |
A class used to be able to select the contents of the text field when
it gets the focus.
|
| Enum | Description |
|---|---|
| BrowseActionListener.BrowseType |
Enumeration used to specify which kind of file browser dialog must be
displayed.
|
| BrowserEvent.Type |
The different types of events that we can have.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.