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 TypeClassDescriptionclassStandard 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 voidAbstractUnit.addNotification(IUnitNotification notification) voidIUnitNotificationManager.addNotification(IUnitNotification notification) voidUnitNotificationManager.addNotification(IUnitNotification notification) Method parameters in com.pnfsoftware.jeb.core.units with type arguments of type IUnitNotificationModifier and TypeMethodDescriptionvoidIUnitNotificationManager.addNotifications(Collection<? extends IUnitNotification> c) voidUnitNotificationManager.addNotifications(Collection<? extends IUnitNotification> c) Constructors in com.pnfsoftware.jeb.core.units with parameters of type IUnitNotification