com.ebmwebsourcing.geasytools.webeditor.impl.client.request
Class RequestEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler>
      extended by com.ebmwebsourcing.geasytools.webeditor.impl.client.request.RequestEvent
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestEvent

public class RequestEvent
extends com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler>
implements com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler> TYPE
           
 
Constructor Summary
RequestEvent(com.ebmwebsourcing.geasytools.webeditor.api.request.IRequest request, com.ebmwebsourcing.geasytools.webeditor.api.request.IResponseHandler<?> responseHandler)
           
 
Method Summary
protected  void dispatch(com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler> getAssociatedType()
           
 com.ebmwebsourcing.geasytools.webeditor.api.request.IRequest getRequest()
           
 com.ebmwebsourcing.geasytools.webeditor.api.request.IResponseHandler<?> getResponseHandler()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler> TYPE
Constructor Detail

RequestEvent

public RequestEvent(com.ebmwebsourcing.geasytools.webeditor.api.request.IRequest request,
                    com.ebmwebsourcing.geasytools.webeditor.api.request.IResponseHandler<?> responseHandler)
Method Detail

dispatch

protected void dispatch(com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestHandler>

getRequest

public com.ebmwebsourcing.geasytools.webeditor.api.request.IRequest getRequest()
Specified by:
getRequest in interface com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestEvent

getResponseHandler

public com.ebmwebsourcing.geasytools.webeditor.api.request.IResponseHandler<?> getResponseHandler()
Specified by:
getResponseHandler in interface com.ebmwebsourcing.geasytools.webeditor.api.request.IRequestEvent


Copyright © 2010-2011 Petals Link. All Rights Reserved.