Uses of Enum Class
com.pnfsoftware.jeb.client.events.JC
Packages that use JC
Package
Description
Types related to client-specific events (not 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()
static JC
Returns 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) JebClientEvent
(JC type, Object data) JebClientEvent
(JC type, Object data, IEventSource source)