org.opennms.features.poller.remote.gwt.client
Class FilterPanel.StatusSelectionChangedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<FilterPanel.StatusSelectionChangedEventHandler>
          extended by org.opennms.features.poller.remote.gwt.client.FilterPanel.StatusSelectionChangedEvent
Enclosing class:
FilterPanel

public static class FilterPanel.StatusSelectionChangedEvent
extends com.google.gwt.event.shared.GwtEvent<FilterPanel.StatusSelectionChangedEventHandler>


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<FilterPanel.StatusSelectionChangedEventHandler> TYPE
           
 
Constructor Summary
FilterPanel.StatusSelectionChangedEvent(Status status, boolean selected)
           
 
Method Summary
protected  void dispatch(FilterPanel.StatusSelectionChangedEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<FilterPanel.StatusSelectionChangedEventHandler> getAssociatedType()
           
 
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 com.google.gwt.event.shared.GwtEvent.Type<FilterPanel.StatusSelectionChangedEventHandler> TYPE
Constructor Detail

FilterPanel.StatusSelectionChangedEvent

public FilterPanel.StatusSelectionChangedEvent(Status status,
                                               boolean selected)
Method Detail

dispatch

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

getAssociatedType

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


Copyright © 2011. All Rights Reserved.