Uses of Interface
org.jeyzer.mx.event.JzrEventCode
- 
Packages that use JzrEventCode Package Description org.jeyzer.mx.event org.jeyzer.publish.event  - 
- 
Uses of JzrEventCode in org.jeyzer.mx.event
Methods in org.jeyzer.mx.event that return JzrEventCode Modifier and Type Method Description JzrEventCodeJzrEventInfo. getCode()Get the event code. - 
Uses of JzrEventCode in org.jeyzer.publish.event
Fields in org.jeyzer.publish.event declared as JzrEventCode Modifier and Type Field Description protected JzrEventCodeJzrStandardEvent. codeMethods in org.jeyzer.publish.event that return JzrEventCode Modifier and Type Method Description JzrEventCodeJzrEvent. getCode()Get the applicative event code.JzrEventCodeJzrStandardEvent. getCode()Get the applicative event code.Constructors in org.jeyzer.publish.event with parameters of type JzrEventCode Constructor Description JzrStandardEvent(JzrEventCode code)The Jeyzer event constructorJzrStandardEvent(JzrEventCode code, java.lang.String message)The Jeyzer event constructorJzrStandardEvent(JzrEventCode code, java.lang.String message, short trustFactor)The Jeyzer event constructor 
 -