OpenQuizz
Une application de gestion des contenus pédagogiques
_CommandEvent Class Reference
Inheritance diagram for _CommandEvent:
Collaboration diagram for _CommandEvent:

Public Member Functions

def __init__ (self, command_name, request_id, connection_id, operation_id)
 
def command_name (self)
 
def request_id (self)
 
def connection_id (self)
 
def operation_id (self)
 

Detailed Description

Base class for command events.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  command_name,
  request_id,
  connection_id,
  operation_id 
)

Member Function Documentation

◆ command_name()

def command_name (   self)
The command name.

◆ connection_id()

def connection_id (   self)
The address (host, port) of the server this command was sent to.

◆ operation_id()

def operation_id (   self)
An id for this series of events or None.

◆ request_id()

def request_id (   self)
The request id for this operation.

The documentation for this class was generated from the following file: