org.cruxframework.crux.core.client.event
Class BaseEvent<T>

java.lang.Object
  extended by org.cruxframework.crux.core.client.event.BaseEvent<T>
Direct Known Subclasses:
ApplicationCacheEvent, AsyncDataProviderEvent, CruxEvent, MeasurableAsyncDataProviderEvent, NetworkEvent, SynchronousDataProviderEvent

public class BaseEvent<T>
extends Object

Author:
Thiago da Rosa de Bustamante

Field Summary
protected  T source
           
 
Constructor Summary
protected BaseEvent(T source)
           
 
Method Summary
 T getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected T source
Constructor Detail

BaseEvent

protected BaseEvent(T source)
Method Detail

getSource

public T getSource()


Copyright © 2014. All rights reserved.