org.ow2.orchestra.common.gwt.utils.client.events
Class CloseTabEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<CloseTabEvent.CloseTabEventHandler>
          extended by org.ow2.orchestra.common.gwt.utils.client.events.CloseTabEvent

public class CloseTabEvent
extends com.google.gwt.event.shared.GwtEvent<CloseTabEvent.CloseTabEventHandler>

Author:
Loic Albertin

Nested Class Summary
static interface CloseTabEvent.CloseTabEventHandler
           
 
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<CloseTabEvent.CloseTabEventHandler> TYPE
           
 
Constructor Summary
CloseTabEvent(String key)
           
 
Method Summary
protected  void dispatch(CloseTabEvent.CloseTabEventHandler closeTabEventHandler)
           
 com.google.gwt.event.shared.GwtEvent.Type<CloseTabEvent.CloseTabEventHandler> getAssociatedType()
           
 String getKey()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<CloseTabEvent.CloseTabEventHandler> TYPE
Constructor Detail

CloseTabEvent

public CloseTabEvent(String key)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<CloseTabEvent.CloseTabEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CloseTabEvent.CloseTabEventHandler>

dispatch

protected void dispatch(CloseTabEvent.CloseTabEventHandler closeTabEventHandler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<CloseTabEvent.CloseTabEventHandler>

getKey

public String getKey()


Copyright © 2012 OW2 Consortium. All Rights Reserved.