org.wvc.events.impl
Class AsyncEventCallback

java.lang.Object
  extended by org.wvc.events.impl.AsyncEventCallback
All Implemented Interfaces:
EventCallback

public abstract class AsyncEventCallback
extends Object
implements EventCallback

Asynchronous base event callback.

Version:
1.0.0 - 03/09/2009 18:09:14
Author:
e-joschmann ( Neoris Argentina )

Constructor Summary
AsyncEventCallback()
           
 
Method Summary
abstract  void execute(WebEvent aEvento, WebWidget aWidget)
          
 Boolean isAsynchronous()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncEventCallback

public AsyncEventCallback()
Method Detail

execute

public abstract void execute(WebEvent aEvento,
                             WebWidget aWidget)

Specified by:
execute in interface EventCallback

isAsynchronous

public Boolean isAsynchronous()

Specified by:
isAsynchronous in interface EventCallback


Copyright © 2009. All Rights Reserved.