GWT 2.5.0.rc2

com.google.gwt.user.client
Class BaseListenerWrapper.NativePreview

java.lang.Object
  extended by com.google.gwt.user.client.BaseListenerWrapper<EventPreview>
      extended by com.google.gwt.user.client.BaseListenerWrapper.NativePreview
All Implemented Interfaces:
EventHandler, Event.NativePreviewHandler
Enclosing class:
BaseListenerWrapper<T>

static class BaseListenerWrapper.NativePreview
extends BaseListenerWrapper<EventPreview>
implements Event.NativePreviewHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.BaseListenerWrapper
BaseListenerWrapper.NativePreview, BaseListenerWrapper.WrapHistory, BaseListenerWrapper.WrapWindowClose, BaseListenerWrapper.WrapWindowResize, BaseListenerWrapper.WrapWindowScroll
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.BaseListenerWrapper
listener
 
Method Summary
static void add(EventPreview listener)
          Deprecated. 
 void onPreviewNativeEvent(Event.NativePreviewEvent event)
          Called when Event.NativePreviewEvent is fired.
static void remove(EventPreview listener)
           
 
Methods inherited from class com.google.gwt.user.client.BaseListenerWrapper
baseRemove, getListener, getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

@Deprecated
public static void add(EventPreview listener)
Deprecated. 


remove

public static void remove(EventPreview listener)

onPreviewNativeEvent

public void onPreviewNativeEvent(Event.NativePreviewEvent event)
Description copied from interface: Event.NativePreviewHandler
Called when Event.NativePreviewEvent is fired.

Specified by:
onPreviewNativeEvent in interface Event.NativePreviewHandler
Parameters:
event - the Event.NativePreviewEvent that was fired

GWT 2.5.0.rc2