com.nokia.m2m.orb.idl.wirelessdevice
Interface ParamObserverOperations


public interface ParamObserverOperations

The user must implement this interface to be able to receive events from the terminal when a parameter value has changed.


Method Summary
 void paramChanged(String name, org.omg.CORBA.Any oldValue, org.omg.CORBA.Any newValue)
          Method call is used for indicating that the observed parameter has changed.
 

Method Detail

paramChanged

public void paramChanged(String name,
                         org.omg.CORBA.Any oldValue,
                         org.omg.CORBA.Any newValue)
Method call is used for indicating that the observed parameter has changed. Parameter observers are registered with setParamObserver and removed with removeParamObserver. Please refer to Nokia GSM Connectivity Terminal and Nokia 12 GSM Module Properties Reference Guide for a more detailed description of eventData.

Parameters:
oldValue - Defines the old value for the parameter before change.
newValue - Defines the new value for the parameter after change.


Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.

Portions of this document are under the following copyright:
Copyright © 2003 Nokia. All rights reserved.