org.wvc.events.impl
Class SyncEventCallback

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

public abstract class SyncEventCallback
extends Object
implements EventCallback

Synchronous base event callback.

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

Constructor Summary
SyncEventCallback()
           
 
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

SyncEventCallback

public SyncEventCallback()
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.