JEB API Documentation
Package Index
|
Class Index
com.pnfsoftware.jeb.client.api
com.pnfsoftware.jeb.core
com.pnfsoftware.jeb.core.actions
com.pnfsoftware.jeb.core.dao
com.pnfsoftware.jeb.core.dao.impl
com.pnfsoftware.jeb.core.events
com.pnfsoftware.jeb.core.exceptions
com.pnfsoftware.jeb.core.input
com.pnfsoftware.jeb.core.output
com.pnfsoftware.jeb.core.output.code
com.pnfsoftware.jeb.core.output.code.coordinates
com.pnfsoftware.jeb.core.output.graph
com.pnfsoftware.jeb.core.output.graph.impl
com.pnfsoftware.jeb.core.output.table
com.pnfsoftware.jeb.core.output.table.impl
com.pnfsoftware.jeb.core.output.text
com.pnfsoftware.jeb.core.output.text.impl
com.pnfsoftware.jeb.core.output.tree
com.pnfsoftware.jeb.core.output.tree.impl
com.pnfsoftware.jeb.core.properties
com.pnfsoftware.jeb.core.properties.impl
com.pnfsoftware.jeb.core.units
com.pnfsoftware.jeb.core.units.code
com.pnfsoftware.jeb.core.units.code.android
com.pnfsoftware.jeb.core.units.code.android.dex
com.pnfsoftware.jeb.core.units.code.asm
com.pnfsoftware.jeb.core.units.code.asm.processor
com.pnfsoftware.jeb.core.units.code.controlflow
com.pnfsoftware.jeb.core.units.code.debug
com.pnfsoftware.jeb.core.units.code.debug.impl
com.pnfsoftware.jeb.core.units.code.java
com.pnfsoftware.jeb.core.units.codeobject
com.pnfsoftware.jeb.core.units.impl
com.pnfsoftware.jeb.core.util
com.pnfsoftware.jeb.util
com.pnfsoftware.jeb.util.events
com.pnfsoftware.jeb.util.events2
com.pnfsoftware.jeb.util.events2.impl
com.pnfsoftware.jeb.util.logging
com.pnfsoftware.jeb.util.serialization
Interfaces
IEvent
IEventListener
IEventSource
Classes
Event
EventSource
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
IEvent
com.pnfsoftware.jeb.util.events.IEvent
Known Indirect Subclasses
Event
,
JebEvent
Event
Simple implementation of an event.
JebEvent
The standard JEB engines implementation of the
IEvent
interface.
Summary
Public Methods
abstract Object
getData
()
abstract
IEventSource
getSource
()
abstract long
getTimestamp
()
abstract Object
getType
()
abstract boolean
shouldStopPropagation
()
Public Methods
public abstract Object
getData
()
public abstract
IEventSource
getSource
()
public abstract long
getTimestamp
()
public abstract Object
getType
()
public abstract boolean
shouldStopPropagation
()