Uses of Class
com.pnfsoftware.jeb.core.events.JebEvent
Packages that use JebEvent
Package
Description
Event, notification, and event-source types used by the JEB back-end and exposed to clients and
plugins.
-
Uses of JebEvent in com.pnfsoftware.jeb.core.events
Methods in com.pnfsoftware.jeb.core.events with parameters of type JebEventModifier and TypeMethodDescriptionvoidJebEventSource.notifyListeners(JebEvent e) Notify listeners with a JEB event and propagate it to the parent source when applicable.voidJebEventSource.notifyListeners(JebEvent e, boolean notifyParent) Notify listeners with a JEB event.