org.hudsonci.maven.plugin.ui.gwt.buildinfo.event
Class BuildStateLoadedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.hudsonci.gwt.common.EventSupport<BuildStateLoadedEvent.Handler>
              extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.event.BuildStateLoadedEvent

public class BuildStateLoadedEvent
extends EventSupport<BuildStateLoadedEvent.Handler>

Indicates that BuildStateDTOs have been loaded.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
static interface BuildStateLoadedEvent.Handler
          Handler interface for BuildStateLoadedEvent events.
 
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<BuildStateLoadedEvent.Handler> TYPE
           
 
Constructor Summary
BuildStateLoadedEvent(BuildStatesDTO states)
           
 
Method Summary
protected  void dispatch(BuildStateLoadedEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<BuildStateLoadedEvent.Handler> getAssociatedType()
           
 List<BuildStateDTO> getBuildStates()
           
 
Methods inherited from class org.hudsonci.gwt.common.EventSupport
toString
 
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
 
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<BuildStateLoadedEvent.Handler> TYPE
Constructor Detail

BuildStateLoadedEvent

public BuildStateLoadedEvent(BuildStatesDTO states)
Method Detail

getBuildStates

public List<BuildStateDTO> getBuildStates()

getAssociatedType

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

dispatch

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


Copyright © 2004-2011 Hudson. All Rights Reserved.