public interface YtbModuleWithContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addToListener(Listener addTo)
Adds to the list of listener.
|
Cont |
cont()
Returns the attribute cont.
|
void |
cont(Cont cont)
Sets the attribute cont.
|
List<Listener> |
listener()
Returns the attribute listener.
|
void |
listener(List<Listener> listener)
Sets the attribute listener.
|
Sched |
sched()
Returns the attribute sched.
|
void |
sched(Sched sched)
Sets the attribute sched.
|
Sched sched()
Cont cont()
List<Listener> listener()
void sched(Sched sched)
sched - value of schedvoid cont(Cont cont)
cont - value of contvoid listener(List<Listener> listener)
listener - list of listenervoid addToListener(Listener addTo)
addTo - value of listenerCopyright © 2018. All rights reserved.