com.brayan.SECS.DAL
Class SensorEvent

java.lang.Object
  extended by com.brayan.SECS.DAL.Event
      extended by com.brayan.SECS.DAL.SensorEvent

public class SensorEvent
extends Event

This class is a data class. It is primarily meant to be passed from Sensor Manager to the Context Manager. This class should be used to extend the class Event. SensorEvent could have specials attributes not appropriate for a general event.

Author:
Brayan

Field Summary
 
Fields inherited from class com.brayan.SECS.DAL.Event
activity, dateTime, eventName, identity, location
 
Constructor Summary
SensorEvent()
          empty constructor
 
Method Summary
 
Methods inherited from class com.brayan.SECS.DAL.Event
getActivity, getDateTime, getEventName, getIdentity, getLocation, setActivity, setDateTime, setEventName, setIdentity, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorEvent

public SensorEvent()
empty constructor