gstlal  1.4.1
Public Member Functions | List of all members
python.servicediscovery.Listener Class Reference
Inheritance diagram for python.servicediscovery.Listener:
[legend]
Collaboration diagram for python.servicediscovery.Listener:
[legend]

Public Member Functions

def add_service (self, sname, stype, sdomain, host, port, properties)
 
def remove_service (self, sname, stype, sdomain)
 
def all_for_now (self)
 
def 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.


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