Subject Re: [Firebird-Java] Events
Author Helen Borrie
At 05:45 PM 10/02/2005 -0500, Jim S. wrote:

>'Twere it I designing the sucker, I'd define a notification interface.
>A client could give the event management class a set of event names and
>objects implementing that interface to be called when the named event
>fired. Application code doesn't want to even hear about event counts.

Well, actually, it does, since there's a limit of 15 events that one
isc_event_block can register and the id_count holds the count of those
events. Unless of course the JDBC implementation stays consistent with
its other limitations and only allows one event to be registered per block.

HB.