class CMaemoWLANCreator

Maemo WLAN specific implementation of MAbstractListenerCreator

Inheritance:


Public Methods

[more]MAbstractListener* CreateListener(const std::string& aName, MAbstractStateConverter* aConverter)
Creator function, creates CMaemoWLANListener -objects


Inherited from MAbstractListenerCreator:


Documentation

Creates CMaemoWLANListener-objects (with "wlan" as aName param.) Instance of this is initialized when plugin-listener-maemo-wlan is loaded and automatically registers itself to ListenerFactory, so initialization should be dynamic.

oMAbstractListener* CreateListener(const std::string& aName, MAbstractStateConverter* aConverter)
Creates CMaemoWLANListener -objects if the given prototype name is correct, passes the given reference to owner object (that calls this function) to actual Listener (if it is created) that will use the same reference to access owner object (via interface).

Parameters:
aName - prototype name, will create with "wlan"
aConverter - The component that will own the created object (needed for registeration)
Returns:
MAbstractListener reference to created object or NULL if prototype does not match


This class has no child classes.
See Also:
MAbstractListenerCreator
MabstractListener
MAbstractStateConverter
ListenerFactory

Alphabetic index HTML hierarchy of classes or Java



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