public class

Event

extends Object
implements IEvent
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.events.Event

Class Overview

Simple implementation of an event.

Summary

Fields
public static final AtomicInteger ccnt
Public Constructors
Event()
Event(int type)
Event(int type, Object data)
Event(int type, Object data, EventSource source)
Public Methods
Object getData()
IEventSource getSource()
long getTimestamp()
Integer getType()
boolean shouldStopPropagation()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.events.IEvent

Fields

public static final AtomicInteger ccnt

Public Constructors

public Event ()

public Event (int type)

public Event (int type, Object data)

public Event (int type, Object data, EventSource source)

Public Methods

public Object getData ()

public IEventSource getSource ()

public long getTimestamp ()

public Integer getType ()

public boolean shouldStopPropagation ()