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

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

public class NullEvent<T>
extends Object
implements IEvent<T>

Author:
Francesco Cina' 07/mag/2011

Constructor Summary
NullEvent()
           
 
Method Summary
 void launch(IEventCallback<T> eventCallBack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEvent

public NullEvent()
Method Detail

launch

public void launch(IEventCallback<T> eventCallBack)
Specified by:
launch in interface IEvent<T>


Copyright © 2011. All Rights Reserved.