org.onebusaway.webapp.gwt.where_library.view.constraints
Class QueryOperationHandler

java.lang.Object
  extended by org.onebusaway.webapp.gwt.where_library.view.constraints.QueryOperationHandler
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<CombinedSearchResult>, OperationHandler

public class QueryOperationHandler
extends Object
implements OperationHandler, com.google.gwt.user.client.rpc.AsyncCallback<CombinedSearchResult>


Constructor Summary
QueryOperationHandler(String query, com.google.gwt.maps.client.geom.LatLng point)
           
 
Method Summary
 boolean equals(Object obj)
          Object Interface
 void handleOperation(OperationContext context)
           
 int hashCode()
           
 void onFailure(Throwable ex)
           
 void onSuccess(CombinedSearchResult result)
          AsyncCallback Interface
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryOperationHandler

public QueryOperationHandler(String query,
                             com.google.gwt.maps.client.geom.LatLng point)
Method Detail

handleOperation

public void handleOperation(OperationContext context)
Specified by:
handleOperation in interface OperationHandler

onSuccess

public void onSuccess(CombinedSearchResult result)
AsyncCallback Interface

Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<CombinedSearchResult>

onFailure

public void onFailure(Throwable ex)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<CombinedSearchResult>

equals

public boolean equals(Object obj)
Object Interface

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.