AndroidAPS/app/src/main/java/info/nightscout/androidaps/events/EventLoop.kt

5 lines
171 B
Kotlin
Raw Normal View History

2019-10-14 17:23:31 +02:00
package info.nightscout.androidaps.events
/** Supeclass for all events concerned with input or output into or from the LoopPlugin. */
abstract class EventLoop : Event()