Client.notifyEvent

Notifies an event to the given GdaClient's listeners. The event can be anything (see GdaClientEvent) ranging from a connection opening operation, to changes made to a table in an underlying database.

class Client
void
notifyEvent

Parameters

cnc Connection

a GdaConnection object where the event has occurred.

event GdaClientEvent

event ID.

params ParameterList

parameters associated with the event.

Meta