Class GollumDongleActivityEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GollumDongleActivityEvent

        GollumDongleActivityEvent(Boolean busy, int counter)
        Parameters:
        busy - true if dongle is busy, false if free
        counter - number of RF tasks queued
      • GollumDongleActivityEvent

        GollumDongleActivityEvent(Boolean busy, int counter, Common.RfTask rfTask)
        Parameters:
        busy - true if dongle is busy, false if free
        counter - number of RF tasks queued
        rfTask - The RF task causing the state change.
    • Method Detail