Package com.pnfsoftware.jeb.core.events
Class JebEvent
java.lang.Object
com.pnfsoftware.jeb.core.events.JebEvent
- All Implemented Interfaces:
IEvent
The standard JEB engines implementation of the
IEvent
interface. Plugins should use this
class.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
long
getType()
int
hashCode()
void
setStopPropagation
(boolean stopPropagation) boolean
toString()
-
Field Details
-
ccnt
-
-
Constructor Details
-
JebEvent
Create an event without attached data and a default source.- Parameters:
type
- event type
-
JebEvent
Create an event with a default event source.- Parameters:
type
- event typedata
- event data
-
JebEvent
Create an event.- Parameters:
type
- event typedata
- event datasource
- event source
-
-
Method Details
-
getType
-
getData
-
getSource
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestamp
in interfaceIEvent
-
shouldStopPropagation
public boolean shouldStopPropagation()- Specified by:
shouldStopPropagation
in interfaceIEvent
-
setStopPropagation
public void setStopPropagation(boolean stopPropagation) -
toString
-
hashCode
public int hashCode() -
equals
-