org.exoplatform.gwtframework.ui.client.tab.event
Class TabClosedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<TabClosedHandler>
          extended by org.exoplatform.gwtframework.ui.client.tab.event.TabClosedEvent

public class TabClosedEvent
extends com.google.gwt.event.shared.GwtEvent<TabClosedHandler>

Created by The eXo Platform SAS .

Version:
$
Author:
Vitaliy Gulyy

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<TabClosedHandler> TYPE
           
 
Constructor Summary
TabClosedEvent(java.lang.String tabId)
           
 
Method Summary
protected  void dispatch(TabClosedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<TabClosedHandler> getAssociatedType()
           
 java.lang.String getTabId()
           
 
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<TabClosedHandler> TYPE
Constructor Detail

TabClosedEvent

public TabClosedEvent(java.lang.String tabId)
Method Detail

getTabId

public java.lang.String getTabId()

getAssociatedType

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

dispatch

protected void dispatch(TabClosedHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<TabClosedHandler>


Copyright © 2012 eXo Platform SAS. All Rights Reserved.