Interface ObservableSlot<T>

All Superinterfaces:
AutoCloseable, Slot<T>

public interface ObservableSlot<T> extends Slot<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.aksw.commons.util.slot.Slot

    close, get, getSupplier, set, setSupplier
  • Method Details

    • update

      void update()