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 TypeMethodDescriptionbooleangetData()longgetType()inthashCode()voidsetStopPropagation(boolean stopPropagation) booleantoString()
-
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:
getTimestampin interfaceIEvent
-
shouldStopPropagation
public boolean shouldStopPropagation()- Specified by:
shouldStopPropagationin interfaceIEvent
-
setStopPropagation
public void setStopPropagation(boolean stopPropagation) -
toString
-
hashCode
public int hashCode() -
equals
-