com.google.gwt.maps.client.impl
Class EventImpl.StreetviewLocationCallback

java.lang.Object
  extended by com.google.gwt.maps.jsio.client.JSFunction
      extended by com.google.gwt.maps.client.impl.EventImpl.StreetviewLocationCallback
Enclosing class:
EventImpl

public abstract static class EventImpl.StreetviewLocationCallback
extends JSFunction

Provides a callback interface with StreetviewLocation argument.


Constructor Summary
EventImpl.StreetviewLocationCallback()
           
 
Method Summary
abstract  void callback(StreetviewLocation location)
           
 void callbackWrapper(StreetviewLocation location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventImpl.StreetviewLocationCallback

public EventImpl.StreetviewLocationCallback()
Method Detail

callback

public abstract void callback(StreetviewLocation location)

callbackWrapper

@Exported
public void callbackWrapper(StreetviewLocation location)