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 TypeClassDescriptionclassThe standard JEB engines implementation of theIEventinterface.Methods in com.pnfsoftware.jeb.core.events with parameters of type IEventModifier and TypeMethodDescriptionstatic booleanJ.isArtifactEvent(IEvent event) static booleanJ.isContextEvent(IEvent event) static booleanJ.isDebuggerEvent(IEvent event) static booleanJ.isDecompilerEvent(IEvent event) static booleanJ.isProjectEvent(IEvent event) static booleanJ.isUnitEvent(IEvent event) voidJebEventSource.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 TypeMethodDescriptionvoidEventSource.notifyListeners(IEvent e) voidIEventSource.notifyListeners(IEvent e) Notify listeners that an event has occurred.voidvoidMethod parameters in com.pnfsoftware.jeb.util.events with type arguments of type IEventModifier and TypeMethodDescriptionabstract voidAggregatorDispatcher.onMultipleEvents(List<IEvent> events) This method is called by the aggregator-dispatcher whenever any of the following condition occurs:enough eventswere collected; orenough timehas elapsed.