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