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

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

public class ChangedFilterOptionsEvent
extends com.google.gwt.event.shared.GwtEvent<ChangedFilterOptionsEventHandler>


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<ChangedFilterOptionsEventHandler> TYPE
           
 
Constructor Summary
ChangedFilterOptionsEvent(FilterOptions filterOptions)
           
 
Method Summary
protected  void dispatch(ChangedFilterOptionsEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ChangedFilterOptionsEventHandler> getAssociatedType()
           
 FilterOptions getFilterOptions()
           
 
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<ChangedFilterOptionsEventHandler> TYPE
Constructor Detail

ChangedFilterOptionsEvent

public ChangedFilterOptionsEvent(@Nonnull
                                 FilterOptions filterOptions)
Method Detail

getFilterOptions

@Nonnull
public FilterOptions getFilterOptions()

getAssociatedType

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

dispatch

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


Apache CXF