com.googlecode.mobilityrpc
Class MobilityRPC
java.lang.Object
com.googlecode.mobilityrpc.MobilityRPC
public class MobilityRPC
- extends Object
A static factory which returns a new MobilityController object, which provides the main API of the
Mobility-RPC library.
- Author:
- Niall Gallagher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newController
public static MobilityController newController()
- Returns a new
MobilityController instance.
Usually the application will want to hold on to this instance so that it can interact with the library
via the same controller.
- Returns:
- A new
MobilityController instance
Copyright © 2016. All rights reserved.