gstlal 1.13.0
Loading...
Searching...
No Matches
python.servicediscovery.Listener Class Reference
Inheritance diagram for python.servicediscovery.Listener:
Collaboration diagram for python.servicediscovery.Listener:

Public Member Functions

 add_service (self, sname, stype, sdomain, host, port, properties)
 remove_service (self, sname, stype, sdomain)
 all_for_now (self)
 failure (self, *args)

Detailed Description

Parent class for Listener implementations.  Each method corresponds
to an event type.  Subclasses override the desired methods with the
code to be invoked upon those events.  The default methods are all
no-ops.  An instance of a Listener implementation is required to
initialize a ServiceBrowser.

Definition at line 188 of file servicediscovery.py.

Member Function Documentation

◆ add_service()

python.servicediscovery.Listener.add_service ( self,
sname,
stype,
sdomain,
host,
port,
properties )

Definition at line 196 of file servicediscovery.py.

◆ all_for_now()

python.servicediscovery.Listener.all_for_now ( self)

Definition at line 202 of file servicediscovery.py.

◆ failure()

python.servicediscovery.Listener.failure ( self,
* args )

Definition at line 205 of file servicediscovery.py.

◆ remove_service()

python.servicediscovery.Listener.remove_service ( self,
sname,
stype,
sdomain )

Definition at line 199 of file servicediscovery.py.


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