aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/BaseEventHandler.java
AgeCommit message (Collapse)Author
2016-11-02Update copyright notice emailsAnton Tananaev
2016-06-23Added possibility to disable event and geofence subsystemsAbyss777
2016-06-16Moved variables from parent to inheritorAbyss777
2016-06-16Added/updated license headersAbyss777
2016-06-16Fix typo and remove unnecessary super()Abyss777
2016-06-15- Work only with cached devices from everywhereAbyss777
- Some optimization
2016-06-14- Overlapping geofencesAbyss777
- Simplified user-device link
2016-06-02Send position with event to websocketAbyss777
2016-05-27- Synchronization device cache on updateLatestPosition and updateDeviceStatusAbyss777
- Better latest position identification in BaseEventHandler
2016-05-26Events subsystemAbyss777