class CMaemoBTCreator

Maemo BT specific impelementation of MAbstractListenerCreator. Used only via ListenerFactory by any class that implements MAbstractStateConverter-interface.

Inheritance:


Public Methods

[more]MAbstractListener* CreateListener(const std::string & aName, MAbstractStateConverter* aConverter)
Creates a listener


Inherited from MAbstractListenerCreator:


Documentation

Loaded by PeerHood daemon dynamically as a library, automatically registers itself into ListenerFactory. Can be used to create MaemoBTListener objects that is a listener object for bluetooth in Maemo that uses btcond D-Bus interface. Creates the listener if requested type is "bt". An instance of this class is created by using a static variable.

oMAbstractListener* CreateListener(const std::string & aName, MAbstractStateConverter* aConverter)
Creates a MaemoBTListener 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:
MaemoBTListener
MAbstractListenerCreator
MabstractListener
MAbstractStateConverter

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.