com.sybase.uep.bobclient.actions
Class GoogleMapAction

java.lang.Object
  extended by com.sybase.uep.bobclient.actions.Action
      extended by com.sybase.uep.bobclient.actions.GoogleMapAction
All Implemented Interfaces:
IBOBAction, java.lang.Runnable

public class GoogleMapAction
extends Action

Author:
congchen

Constructor Summary
GoogleMapAction(float latitude, float longitude)
           
GoogleMapAction(java.lang.String address)
           
 
Method Summary
 void run()
           
 
Methods inherited from class com.sybase.uep.bobclient.actions.Action
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMapAction

public GoogleMapAction(float latitude,
                       float longitude)

GoogleMapAction

public GoogleMapAction(java.lang.String address)
Method Detail

run

public void run()