org.opennms.features.poller.remote.gwt.client.events
Class ApplicationDetailsRetrievedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ApplicationDetailsRetrievedEventHandler>
          extended by org.opennms.features.poller.remote.gwt.client.events.ApplicationDetailsRetrievedEvent

public class ApplicationDetailsRetrievedEvent
extends com.google.gwt.event.shared.GwtEvent<ApplicationDetailsRetrievedEventHandler>

ApplicationDetailsRetrievedEvent class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

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<ApplicationDetailsRetrievedEventHandler> TYPE
          Constant TYPE
 
Constructor Summary
ApplicationDetailsRetrievedEvent(ApplicationDetails details)
          Constructor for ApplicationDetailsRetrievedEvent.
 
Method Summary
protected  void dispatch(ApplicationDetailsRetrievedEventHandler handler)
          
 ApplicationDetails getApplicationDetails()
          getApplicationDetails
 com.google.gwt.event.shared.GwtEvent.Type<ApplicationDetailsRetrievedEventHandler> 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 final com.google.gwt.event.shared.GwtEvent.Type<ApplicationDetailsRetrievedEventHandler> TYPE
Constant TYPE

Constructor Detail

ApplicationDetailsRetrievedEvent

public ApplicationDetailsRetrievedEvent(ApplicationDetails details)

Constructor for ApplicationDetailsRetrievedEvent.

Parameters:
details - a ApplicationDetails object.
Method Detail

dispatch

protected void dispatch(ApplicationDetailsRetrievedEventHandler handler)

Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ApplicationDetailsRetrievedEventHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ApplicationDetailsRetrievedEventHandler> getAssociatedType()

Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ApplicationDetailsRetrievedEventHandler>

getApplicationDetails

public ApplicationDetails getApplicationDetails()

getApplicationDetails

Returns:
a ApplicationDetails object.


Copyright © 2011. All Rights Reserved.