Class BooleanPublishable

  • All Implemented Interfaces:
    Publishable

    @Immutable
    public final class BooleanPublishable
    extends java.lang.Object
    implements Publishable
    An adapter to allow booleans to be published from GRIP sockets into a NetworkPublisher.
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanPublishable​(java.lang.Boolean bool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getValue()  
      • Methods inherited from class java.lang.Object

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

      • BooleanPublishable

        public BooleanPublishable​(java.lang.Boolean bool)
    • Method Detail

      • getValue

        public boolean getValue()