Uses of Class
org.jeyzer.mx.event.JzrPublisherEventCode
-
Packages that use JzrPublisherEventCode Package Description org.jeyzer.mx.event -
-
Uses of JzrPublisherEventCode in org.jeyzer.mx.event
Methods in org.jeyzer.mx.event that return JzrPublisherEventCode Modifier and Type Method Description JzrPublisherEventCode
JzrPublisherEvent. getCode()
Get the publisher event code.static JzrPublisherEventCode
JzrPublisherEventCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JzrPublisherEventCode[]
JzrPublisherEventCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-