# Enum: com.pnfsoftware.jeb.client.events.JC

Event types sent by JEB's GUI client. The associated event should be of type [JebClientEvent](JebClientEvent). 

 Reserved for internal use.

## Constant: CodeFontChanged
Description: The code font changed.

## Constant: FocusGained
Description: A UI element received the focus.

## Constant: InitializationComplete
Description: The client initialization sequence completed.

## Constant: ItemStyleChanged
Description: The item style changed.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.client.events.JC`


## Static Method: values
- return type: `com.pnfsoftware.jeb.client.events.JC[]`


