com.beem.project.beem.utils
Class BeemConnectivity

Package class diagram package BeemConnectivity
java.lang.Object
  extended by com.beem.project.beem.utils.BeemConnectivity

public final class BeemConnectivity
extends Object

The Class BeemConnectivity.


Method Summary
static boolean isConnected(Context ctx)
          Checks if is connected.
static boolean isEdge(Context ctx)
          Checks if is edge.
static boolean isUmts(Context ctx)
          Checks if is umts.
static boolean isWifi(Context ctx)
          Checks if is wifi.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isConnected

public static boolean isConnected(Context ctx)
Checks if is connected.

Parameters:
ctx - the ctx
Returns:
true, if is connected

isWifi

public static boolean isWifi(Context ctx)
Checks if is wifi.

Parameters:
ctx - the ctx
Returns:
true, if is wifi

isUmts

public static boolean isUmts(Context ctx)
Checks if is umts.

Parameters:
ctx - the ctx
Returns:
true, if is umts

isEdge

public static boolean isEdge(Context ctx)
Checks if is edge.

Parameters:
ctx - the ctx
Returns:
true, if is edge


Copyright © 2009 Beem-project.com. All Rights Reserved.