Class GollumDongleActivityEvent
-
- All Implemented Interfaces:
public class GollumDongleActivityEvent
Created by Djamil on 15/07/2016.
-
-
Field Summary
Fields Modifier and Type Field Description public final Boolean
status
public final int
counter
public final Common.RfTask
rfTask
-
Constructor Summary
Constructors Constructor Description GollumDongleActivityEvent(Boolean busy, int counter)
GollumDongleActivityEvent(Boolean busy, int counter, Common.RfTask rfTask)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GollumDongleActivityEvent
GollumDongleActivityEvent(Boolean busy, int counter)
- Parameters:
busy
- true if dongle is busy, false if freecounter
- number of RF tasks queued
-
GollumDongleActivityEvent
GollumDongleActivityEvent(Boolean busy, int counter, Common.RfTask rfTask)
- Parameters:
busy
- true if dongle is busy, false if freecounter
- number of RF tasks queuedrfTask
- The RF task causing the state change.
-
-
-
-