Uses of Class
com.e1c.g5.dt.applications.IApplicationEvent.Kind
-
Packages that use IApplicationEvent.Kind Package Description com.e1c.g5.dt.applications -
-
Uses of IApplicationEvent.Kind in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return IApplicationEvent.Kind Modifier and Type Method Description IApplicationEvent.Kind
IApplicationEvent. getKind()
Returns the kid of the occurred event.static IApplicationEvent.Kind
IApplicationEvent.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static IApplicationEvent.Kind[]
IApplicationEvent.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-