Interface ExecListenable<I,​T>

Type Parameters:
I - The exec input.
T - The exec output.
All Superinterfaces:
Execable<I,​T>, Listenable<Execable<I,​T>,​ExecListener>
All Known Subinterfaces:
ContainerResource<S,​W,​I,​PI,​O,​PO,​X,​T,​B,​IS,​UB>, PodResource<T,​D>, TtyExecable<I,​T>, TtyExecErrorable<X,​O,​P,​T>, TtyExecErrorChannelable<X,​O,​P,​T>, TtyExecInputOutputErrorable<X,​O,​PO,​I,​PI,​T>, TtyExecOutputErrorable<X,​O,​P,​T>
All Known Implementing Classes:
PodOperationsImpl

public interface ExecListenable<I,​T>
extends Listenable<Execable<I,​T>,​ExecListener>, Execable<I,​T>