net.homeip.mleclerc.omnilink.message
Class SystemEventsReport.AlarmActivationEventInfo

java.lang.Object
  extended bynet.homeip.mleclerc.omnilink.messagebase.MultipleInfoReplyMessage.Info
      extended bynet.homeip.mleclerc.omnilink.message.SystemEventsReport.SystemEventInfo
          extended bynet.homeip.mleclerc.omnilink.message.SystemEventsReport.AlarmActivationEventInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SystemEventsReport

public class SystemEventsReport.AlarmActivationEventInfo
extends SystemEventsReport.SystemEventInfo

See Also:
Serialized Form

Constructor Summary
SystemEventsReport.AlarmActivationEventInfo(int eventNumber)
           
 
Method Summary
protected  void dataChanged(int eventData)
           
 AlarmTypeEnum getAlarmType()
           
 int getArea()
           
 java.lang.String toString()
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.message.SystemEventsReport.SystemEventInfo
dataChanged, getEvent, getType
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.MultipleInfoReplyMessage.Info
getNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemEventsReport.AlarmActivationEventInfo

public SystemEventsReport.AlarmActivationEventInfo(int eventNumber)
Method Detail

dataChanged

protected void dataChanged(int eventData)
Specified by:
dataChanged in class SystemEventsReport.SystemEventInfo

getAlarmType

public AlarmTypeEnum getAlarmType()

getArea

public int getArea()

toString

public java.lang.String toString()
Overrides:
toString in class SystemEventsReport.SystemEventInfo