This website requires JavaScript.
Explore
Help
Sign In
demus
/
Gadgetbridge
Watch
1
Star
0
Fork
0
You've already forked Gadgetbridge
mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced
2025-01-14 19:11:12 +01:00
Code
Issues
1
Packages
Projects
Releases
Wiki
Activity
a566a6656c
Gadgetbridge
/
app
/
src
/
main
/
java
/
nodomain
/
freeyourgadget
/
gadgetbridge
/
deviceevents
/
GBDeviceEvent.java
8 lines
103 B
Java
Raw
Normal View
History
Unescape
Escape
Refactoring: rename GBDeviceCommand to GBDeviceEvent
2015-06-23 11:54:33 +02:00
package
nodomain.freeyourgadget.gadgetbridge.deviceevents
;
Change the way how device commands or replys to information requests are passed back to the App This was necessary to pack more complex and more specific information regarding apps etc.
2015-03-26 12:06:26 +01:00
Refactoring: rename GBDeviceCommand to GBDeviceEvent
2015-06-23 11:54:33 +02:00
public
abstract
class
GBDeviceEvent
{
Change the way how device commands or replys to information requests are passed back to the App This was necessary to pack more complex and more specific information regarding apps etc.
2015-03-26 12:06:26 +01:00
}
Reference in New Issue
Copy Permalink