Uses of Enum Class
com.pnfsoftware.jeb.client.events.JC
Packages that use JC
Package
Description
Types related to client-specific events emitted by JEB clients, as opposed to back-end events.
-
Uses of JC in com.pnfsoftware.jeb.client.events
Methods in com.pnfsoftware.jeb.client.events that return JCModifier and TypeMethodDescriptionJebClientEvent.getType()Get the event type.static JCReturns the enum constant of this class with the specified name.static JC[]JC.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.client.events with parameters of type JCModifierConstructorDescriptionJebClientEvent(JC type) Create a client event with no payload and no explicit source.JebClientEvent(JC type, Object data) Create a client event with a payload and no explicit source.JebClientEvent(JC type, Object data, IEventSource source) Create a client event.