Class TriggerImpl

  • All Implemented Interfaces:
    Trigger

    public class TriggerImpl
    extends java.lang.Object
    implements Trigger
    • Constructor Summary

      Constructors 
      Constructor Description
      TriggerImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.reactivex.Flowable<java.lang.Object> asObservable()  
      void trigger()  
      • Methods inherited from class java.lang.Object

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

      • TriggerImpl

        public TriggerImpl()
    • Method Detail

      • trigger

        public void trigger()
        Specified by:
        trigger in interface Trigger
      • asObservable

        public io.reactivex.Flowable<java.lang.Object> asObservable()
        Specified by:
        asObservable in interface Trigger