The base class for all events generated by this library.
The events produced by objects in this library are arranged in an inheritance hierarchy. This base class defines some basic properties common to all configuration events. Especially, an event has an {@link EventType} whichdescribes its semantics. The event type can also be used for filtering for events or for defining event listeners on a fine-grained basis.
@version $Id: Event.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|