Uses of Interface
com.pnfsoftware.jeb.util.events.IEvent
Packages that use IEvent
Package
Description
Types related to client-specific events (not back-end events).
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Event and notification types used by the back-end.
Trivial implementations for the text package interfaces.
Types for library code signatures (siglib) generation and identification.
Types for "code-less" signatures.
Standard implementations of basic units objects.
Types to implement event sources, and event listeners.
-
Uses of IEvent in com.pnfsoftware.jeb.client.events
Classes in com.pnfsoftware.jeb.client.events that implement IEvent -
Uses of IEvent in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core with parameters of type IEvent -
Uses of IEvent in com.pnfsoftware.jeb.core.events
Classes in com.pnfsoftware.jeb.core.events that implement IEventModifier and TypeClassDescriptionclass
The standard JEB engines implementation of theIEvent
interface.Methods in com.pnfsoftware.jeb.core.events with parameters of type IEventModifier and TypeMethodDescriptionstatic boolean
J.isArtifactEvent
(IEvent event) static boolean
J.isContextEvent
(IEvent event) static boolean
J.isDebuggerEvent
(IEvent event) static boolean
J.isDecompilerEvent
(IEvent event) static boolean
J.isProjectEvent
(IEvent event) static boolean
J.isUnitEvent
(IEvent event) void
JebEventSource.notifyListeners
(IEvent e) -
Uses of IEvent in com.pnfsoftware.jeb.core.output.text.impl
Methods in com.pnfsoftware.jeb.core.output.text.impl with parameters of type IEvent -
Uses of IEvent in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig with parameters of type IEvent -
Uses of IEvent in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with parameters of type IEvent -
Uses of IEvent in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type IEvent -
Uses of IEvent in com.pnfsoftware.jeb.util.events
Classes in com.pnfsoftware.jeb.util.events that implement IEventMethods in com.pnfsoftware.jeb.util.events with parameters of type IEventModifier and TypeMethodDescriptionvoid
EventSource.notifyListeners
(IEvent e) void
IEventSource.notifyListeners
(IEvent e) Notify listeners that an event has occurred.void
void
Method parameters in com.pnfsoftware.jeb.util.events with type arguments of type IEventModifier and TypeMethodDescriptionabstract void
AggregatorDispatcher.onMultipleEvents
(List<IEvent> events) This method is called by the aggregator-dispatcher whenever any of the following condition occurs:enough events
were collected; orenough time
has elapsed.