Bluez specific impelementation of MAbstractListenerCreator. Used only via ListenerFactory by any class that implements MAbstractStateConverter-interface.
Inheritance:
Public Methods
-
MAbstractListener* CreateListener(const std::string & aName, MAbstractStateConverter* aConverter)
- Creates a listener
Documentation
Loaded by PeerHood daemon dynamically as a library, automatically registers itself into
ListenerFactory. Can be used to create BluezBTListener objects that is a listener object for
bluetooth that uses BlueZ D-Bus interface. Creates the listener if requested type is "bt".
An instance of this class is created by using a static variable.
MAbstractListener* CreateListener(const std::string & aName, MAbstractStateConverter* aConverter)
-
Creates a BluezBTListener if the given type name corresponds to "bt". Returns
a reference to that listener. The component that will be given as parameter will be passed
to the listeners constructor.
- Parameters:
- aName - Name of the type that is being created.
aConverter - Component that will own the listener.
- Returns:
- s reference to created instance or NULL if the type name was incorrect
- This class has no child classes.
- See Also:
- BluezBTListener
MAbstractListenerCreator
MAbstractStateConverter
ListenerFactory
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.