com.googlecode.jpattern.gwt.client.event
Class NullEventCallback<T>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.event.NullEventCallback<T>
All Implemented Interfaces:
IEventCallback<T>

public class NullEventCallback<T>
extends Object
implements IEventCallback<T>

Author:
Francesco Cina' 07/mag/2011

Constructor Summary
NullEventCallback()
           
 
Method Summary
 void callback(IEventResult<T> webResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEventCallback

public NullEventCallback()
Method Detail

callback

public void callback(IEventResult<T> webResult)
Specified by:
callback in interface IEventCallback<T>


Copyright © 2011. All Rights Reserved.