org.placelab.demo.jsr0179
Class App

java.lang.Object
  extended byorg.placelab.demo.jsr0179.App

public class App
extends java.lang.Object


Field Summary
static javax.microedition.location.Landmark currentLandmark
           
static int PLATFORM
           
static int PLATFORM_OTHER
           
static int PLATFORM_PPC
           
static App self
           
static javax.microedition.location.LandmarkStore store
           
static Monitor view
           
 
Constructor Summary
App()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLATFORM

public static int PLATFORM

PLATFORM_PPC

public static int PLATFORM_PPC

PLATFORM_OTHER

public static int PLATFORM_OTHER

store

public static javax.microedition.location.LandmarkStore store

currentLandmark

public static volatile javax.microedition.location.Landmark currentLandmark

view

public static Monitor view

self

public static App self
Constructor Detail

App

public App()
Method Detail

main

public static void main(java.lang.String[] args)