[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

InternetInstallReceiver

inherits from Object
inherits from InstallReceiverProxy

Object <- InternetInstallReceiver



Operations

Get list of all operations

InstallInto


Attributes

Get list of all attributes

Class InternetInstallReceiver defines no new attributes.


Fields

No fields are defined by InternetInstallReceiver or any of its superclasses.


Instance template

instance InternetInstallReceiver tag;
end instance;

Class definition

#endif
Define Class InternetInstallReceiver;
    inherits from Object;
    inherits from InstallReceiverProxy;
    
    overrides InstallInto;
        // installs the 'installee' InternetProvider resource (Means or InternetServiceInfo)
        // into the InternetProvider matching Name(self).
end class;