Class CompilerInstructionsObserver

java.lang.Object
tripleo.elijah_durable_congenial.comp.CompilerInstructionsObserver
All Implemented Interfaces:
io.reactivex.rxjava3.core.Observer<CompilerInstructions>

public class CompilerInstructionsObserver extends Object implements io.reactivex.rxjava3.core.Observer<CompilerInstructions>
  • Constructor Details

    • CompilerInstructionsObserver

      public CompilerInstructionsObserver(Compilation aCompilation)
  • Method Details

    • almostComplete

      public void almostComplete()
    • onSubscribe

      public void onSubscribe(@NonNull @NonNull io.reactivex.rxjava3.disposables.Disposable d)
      Specified by:
      onSubscribe in interface io.reactivex.rxjava3.core.Observer<CompilerInstructions>
    • onError

      public void onError(@NonNull @NonNull Throwable e)
      Specified by:
      onError in interface io.reactivex.rxjava3.core.Observer<CompilerInstructions>
    • onNext

      public void onNext(@NonNull @NonNull CompilerInstructions aCompilerInstructions)
      Specified by:
      onNext in interface io.reactivex.rxjava3.core.Observer<CompilerInstructions>
    • onComplete

      public void onComplete()
      Specified by:
      onComplete in interface io.reactivex.rxjava3.core.Observer<CompilerInstructions>