com.guiseframework.platform.web
Class WebPollEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.globalmentor.event.AbstractEvent
          extended by com.guiseframework.event.AbstractGuiseEvent
              extended by com.guiseframework.platform.AbstractPlatformEvent
                  extended by com.guiseframework.platform.web.AbstractWebPlatformEvent
                      extended by com.guiseframework.platform.web.WebPollEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, PlatformEvent, PlatformMessage, WebPlatformEvent, WebPlatformMessage, java.io.Serializable

public class WebPollEvent
extends AbstractWebPlatformEvent

A web event for polling the server.

Author:
Garret Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebPollEvent(WebPlatform source)
          Context constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.event.AbstractGuiseEvent
getSession
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.globalmentor.event.Event
getSource
 

Constructor Detail

WebPollEvent

public WebPollEvent(WebPlatform source)
Context constructor.

Parameters:
context - The context in which this control event was produced.
Throws:
java.lang.NullPointerException - if the given context is null.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.