Uses of Enum Class
com.pnfsoftware.jeb.core.units.NotificationType
Packages that use NotificationType
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
-
Uses of NotificationType in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return NotificationTypeModifier and TypeMethodDescriptionIUnitNotification.getType()
Get the notification type.UnitNotification.getType()
static NotificationType
Returns the enum constant of this class with the specified name.static NotificationType[]
NotificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.units with parameters of type NotificationTypeModifierConstructorDescriptionUnitNotification
(NotificationType type, String description) Create a notification.UnitNotification
(NotificationType type, String description, String address) Create a notification.UnitNotification
(NotificationType type, String description, String address, String key) Create a notification.