org.androidpn.client
Class PhoneStateChangeListener

java.lang.Object
  extended by PhoneStateListener
      extended by org.androidpn.client.PhoneStateChangeListener

public class PhoneStateChangeListener
extends PhoneStateListener

A listener class for monitoring changes in phone connection states.

Author:
Sehwan Noh (devnoh@gmail.com)

Constructor Summary
PhoneStateChangeListener(NotificationService notificationService)
           
 
Method Summary
 void onDataConnectionStateChanged(int state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneStateChangeListener

public PhoneStateChangeListener(NotificationService notificationService)
Method Detail

onDataConnectionStateChanged

public void onDataConnectionStateChanged(int state)