Monnit Mine Java
ContentsIndexHome
MineServer Members Protected Methods
Protected Methods
 
Name 
Description 
 
/ Fired when a message is received from a gateway. / public Event GatewayMessage; / / Fires Gateway event. / / Class holding data about the gateway communication. 
 
/ Fired when an exception is caught allowing the exception to be logged. / public Event LogException; / / Fires the LogException event. / / Exception to be passed. / Method name where the exception occurred. 
 
/ Fired when changes have been made to the gateway object that can be persisted to a permanent data store. / public Event PersistGateway; / / Fires PersistGateway event. / / Numerical identifier of gateway. 
 
/ Fired when changes have been made to the sensor object that can be persisted to a permanent data store. / public Event PersistSensor; / / Fires PersitSensor event. / / Numerical identifier of sensor. 
 
/ Fired when one or more sensor messages are received. / public Event SensorMessage; / / Fires the SensorMessage event. / / List of sensor data messages. / Numerical identifier of gateway that send the messages. 
Copyright (c) 2016. All rights reserved.