com.motorola.oem.network
Interface NetworkCellInfoListener


public interface NetworkCellInfoListener

Listener type for network cell information changes


Method Summary
 void onCellInfoChanged(int newCellId, int newLac)
          Handler for network cell information changes
 

Method Detail

onCellInfoChanged

void onCellInfoChanged(int newCellId,
                       int newLac)
Handler for network cell information changes

Parameters:
newCellId - New cell code (2 bytes)
newLac - New location area code (2 bytes)