Package | Description |
---|---|
com.ewon.ewonitf |
Class and Description |
---|
EvtIntListener |
EvtListener |
EvtListenerBase |
EvtTagAlarmListener
This is an abstract class from which user's tag alarm listener must be derived.
|
EvtTagListener
This is an abstract class from which
EvtTagAlarmListener and EvtTagValueListener classes
are derived. |
EvtTagValueListener
This is an abstract class from which user's tag value listener must be derived.
|
EvtWebAstListener |
EvtWebFormListener |
EWException
Signals that an eWON exception of some sort has occurred.
|
InterfaceInfo
This class represents the content of an SMS message (received).
|
IOServer
This is an abstract class from which an IO Server class can be created.
Please read the "eWON Java interface user guide" for more information. |
IOTag
This object represents a Tag managed by a Java IO Server.
In a typical workflow, this Tag object is created when the eWON Core calls the IOServer.onGetIoInfo(java.lang.String, java.lang.String) function. |
IOValue
IOValue is a class used to hold a tag value that is exchanged between the Java IOServer
and the eWON core and the other way round.
This object needs to hold the tag value with one of the types recognised by the eWON (Float, Integer, DWord, Boolean). |
ListenerRegistryBase
This class is a base for registering a listener.
|
MqttClient |
MqttMessage |
ScheduledAction |
SmsMessage
This class represents the content of an SMS message (received).
|
TagControl
This class represents an eWON tag.
It can be used to access the tag value or the tag alarm status. It can also be used to force historical loggin and acknowledge alarm. For tag creation and reconfiguration, the SysControlBlock should be used.The TagControl object is also used for defining tag events handling in the DefaultEventHandler . |
WebProducer |