public class

Event2

extends Object
implements IEvent2<E>
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.events.deprecated_v2.impl.Event2<E>

Summary

Public Constructors
Event2()
Event2(E type)
Event2(E type, Object data)
Event2(E type, Object data, IEventSource2<E, ? extends IEvent2<E>> source)
Public Methods
Object getData()
IEventSource2<E, ? extends IEvent2<E>> getSource()
long getTimestamp()
E getType()
void setSource(IEventSource2<E, ? extends IEvent2<E>> source)
boolean shouldStopPropagation()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.events.deprecated_v2.IEvent2

Public Constructors

public Event2 ()

public Event2 (E type)

public Event2 (E type, Object data)

public Event2 (E type, Object data, IEventSource2<E, ? extends IEvent2<E>> source)

Public Methods

public Object getData ()

public IEventSource2<E, ? extends IEvent2<E>> getSource ()

public long getTimestamp ()

public E getType ()

public void setSource (IEventSource2<E, ? extends IEvent2<E>> source)

public boolean shouldStopPropagation ()