Module: RDKit::Callbacks

Included in:
Server
Defined in:
lib/rdkit/callbacks.rb

Instance Method Summary collapse

Instance Method Details

#client_block_resumed(client) ⇒ Object



7
# File 'lib/rdkit/callbacks.rb', line 7

def client_block_resumed(client); end

#client_blocked(client) ⇒ Object



8
# File 'lib/rdkit/callbacks.rb', line 8

def client_blocked(client); end

#client_command_processed(client) ⇒ Object



6
# File 'lib/rdkit/callbacks.rb', line 6

def client_command_processed(client); end

#client_connected(client) ⇒ Object



4
# File 'lib/rdkit/callbacks.rb', line 4

def client_connected(client); end

#client_disconnected(client) ⇒ Object



5
# File 'lib/rdkit/callbacks.rb', line 5

def client_disconnected(client); end

#server_startedObject



3
# File 'lib/rdkit/callbacks.rb', line 3

def server_started; end