Interface ListenableFreezable

All Superinterfaces:
Freezable
All Known Implementing Classes:
ListenableFreezableClass

public interface ListenableFreezable extends Freezable
A freezable which supports listening
Author:
bratseth
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addFreezeListener(Runnable runnable, Executor executor)
    Adds a listener which will be called when this is frozen

    Methods inherited from interface com.yahoo.component.provider.Freezable

    freeze, isFrozen
  • Method Details

    • addFreezeListener

      void addFreezeListener(Runnable runnable, Executor executor)
      Adds a listener which will be called when this is frozen