Uses of Interface
com.pnfsoftware.jeb.core.units.IUnitNotification
Packages that use IUnitNotification
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
-
Uses of IUnitNotification in com.pnfsoftware.jeb.core.units
Classes in com.pnfsoftware.jeb.core.units that implement IUnitNotificationModifier and TypeClassDescriptionclass
Standard implementation of a notification.Methods in com.pnfsoftware.jeb.core.units that return IUnitNotificationModifier and TypeMethodDescriptionIUnitNotificationManager.getNotification
(String key) UnitNotificationManager.getNotification
(String key) Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type IUnitNotificationModifier and TypeMethodDescriptionIUnitNotificationManager.getNotifications()
UnitNotificationManager.getNotifications()
Methods in com.pnfsoftware.jeb.core.units with parameters of type IUnitNotificationModifier and TypeMethodDescriptionfinal void
AbstractUnit.addNotification
(IUnitNotification notification) void
IUnitNotificationManager.addNotification
(IUnitNotification notification) void
UnitNotificationManager.addNotification
(IUnitNotification notification) Method parameters in com.pnfsoftware.jeb.core.units with type arguments of type IUnitNotificationModifier and TypeMethodDescriptionvoid
IUnitNotificationManager.addNotifications
(Collection<? extends IUnitNotification> c) void
UnitNotificationManager.addNotifications
(Collection<? extends IUnitNotification> c) Constructors in com.pnfsoftware.jeb.core.units with parameters of type IUnitNotification