Interface SlotDelegate<T>

All Superinterfaces:
AutoCloseable, Slot<T>
All Known Implementing Classes:
SlotDelegateBase

public interface SlotDelegate<T> extends Slot<T>