org.opennms.features.poller.remote.gwt.client.remoteevents
Class ApplicationUpdatedRemoteEvent

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationUpdatedRemoteEvent
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, de.novanic.eventservice.client.event.Event, Serializable, MapRemoteEvent

public class ApplicationUpdatedRemoteEvent
extends Object
implements MapRemoteEvent

ApplicationUpdatedRemoteEvent class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
ApplicationUpdatedRemoteEvent()
          Constructor for ApplicationUpdatedRemoteEvent.
ApplicationUpdatedRemoteEvent(ApplicationInfo item)
          Constructor for ApplicationUpdatedRemoteEvent.
 
Method Summary
 void dispatch(MapRemoteEventHandler presenter)
          dispatch
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationUpdatedRemoteEvent

public ApplicationUpdatedRemoteEvent()

Constructor for ApplicationUpdatedRemoteEvent.


ApplicationUpdatedRemoteEvent

public ApplicationUpdatedRemoteEvent(ApplicationInfo item)

Constructor for ApplicationUpdatedRemoteEvent.

Parameters:
item - a ApplicationInfo object.
Method Detail

dispatch

public void dispatch(MapRemoteEventHandler presenter)

dispatch

Specified by:
dispatch in interface MapRemoteEvent
Parameters:
presenter - a RemotePollerPresenter object.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.


Copyright © 2011. All Rights Reserved.