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

java.lang.Object
  extended by org.cruxframework.crux.core.client.event.BaseEvent<T>
      extended by org.cruxframework.crux.core.client.event.CruxEvent<T>
Type Parameters:
T -
Direct Known Subclasses:
ExecuteEvent, LayoutAnimationEvent, LoadFormatEvent, LoadImagesEvent, LoadOracleEvent, SocketCloseEvent, SocketErrorEvent, SocketMessageEvent, SocketOpenEvent, ViewActivateEvent, ViewDeactivateEvent, ViewLoadEvent, ViewUnloadEvent, WidgetLoadEvent

public class CruxEvent<T>
extends BaseEvent<T>

Author:
Thiago da Rosa de Bustamante

Field Summary
protected  String senderId
           
 
Fields inherited from class org.cruxframework.crux.core.client.event.BaseEvent
source
 
Constructor Summary
protected CruxEvent(T source, String senderId)
           
 
Method Summary
 String getSenderId()
           
 
Methods inherited from class org.cruxframework.crux.core.client.event.BaseEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

senderId

protected String senderId
Constructor Detail

CruxEvent

protected CruxEvent(T source,
                    String senderId)
Method Detail

getSenderId

public String getSenderId()


Copyright © 2014. All rights reserved.