Implementation of MAbstractListenerCreator interface
Inheritance:
Public Methods
-
MAbstractListener* CreateListener(const std::string& aName, MAbstractStateConverter* aConverter)
- Creates new Maemo System listener object
Documentation
Used by ListenerFactory to create Maemo System listener
object. Instance of this class is statically created. The system listener
is created with type "daemon", meant to be used by PeerHood daemon
only.
MAbstractListener* CreateListener(const std::string& aName, MAbstractStateConverter* aConverter)
-
Creates new listener if the given prototype name is the same as the
name set to this creator.
- Parameters:
- aName - The name of the prototype
- Returns:
- MAbstractListener A reference to created object if it has been created,
otherwise NULL.
- This class has no child classes.
- See Also:
- CMaemoSystemListener
MAbstractListener
MAbstractListenerCreator
MAbstractStateConverter
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.