org.apache.cxf.management.web.browser.client.event
Class ChangedSubscriptionsEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<ChangedSubscriptionsEventHandler>
      extended by org.apache.cxf.management.web.browser.client.event.ChangedSubscriptionsEvent

public class ChangedSubscriptionsEvent
extends com.google.gwt.event.shared.GwtEvent<ChangedSubscriptionsEventHandler>


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<ChangedSubscriptionsEventHandler> TYPE
           
 
Constructor Summary
ChangedSubscriptionsEvent()
           
 
Method Summary
protected  void dispatch(ChangedSubscriptionsEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ChangedSubscriptionsEventHandler> getAssociatedType()
           
 
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 final com.google.gwt.event.shared.GwtEvent.Type<ChangedSubscriptionsEventHandler> TYPE
Constructor Detail

ChangedSubscriptionsEvent

public ChangedSubscriptionsEvent()
Method Detail

getAssociatedType

@Nonnull
public com.google.gwt.event.shared.GwtEvent.Type<ChangedSubscriptionsEventHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ChangedSubscriptionsEventHandler>

dispatch

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


Apache CXF