This website requires JavaScript.
Explore
Help
Sign In
MarcoBuster
/
Gadgetbridge
Watch
1
Star
0
Fork
0
You've already forked Gadgetbridge
mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced
2024-11-16 06:59:29 +01:00
Code
Releases
Wiki
Activity
f15a97d994
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
}
Copy Permalink