EventBean
From
(Difference between revisions)
(New page: == Fields == The data fields of this object. {| border=1 !Name !Type !Description |---- bgcolor=#EDEDFF |WhenOccurred |DateTime |TODO |}) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | == Description == | ||
+ | This bean is the super class of all the various types of events that may occur to a given job. When receiving one or more EventBeans, each bean will actually be an instance of one of the following event beans: | ||
+ | |||
+ | *[[JobEventBean]] | ||
+ | *[[TextMessgeEventBean]] | ||
+ | *[[FieldDeviceEventBean]] | ||
+ | |||
== Fields == | == Fields == | ||
Line 9: | Line 16: | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|WhenOccurred | |WhenOccurred | ||
− | |DateTime | + | |[[DateTime]] |
|TODO | |TODO | ||
|} | |} |
Latest revision as of 20:39, 13 June 2018
[edit] Description
This bean is the super class of all the various types of events that may occur to a given job. When receiving one or more EventBeans, each bean will actually be an instance of one of the following event beans:
[edit] Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
WhenOccurred | DateTime | TODO |