Standard event object for notifying actions of the DatabaseConnection.
This event object more or less works much like the WindowEvent object where there is an ID that correlates to the
type of event is being propagated.
Most if not all the time the source of these events should be an instance of DatabaseConnection to help determine
which connection these events are coming from.
See Also: org.isqlviewer.event.DatabaseListener author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |