T - public static class ReasonFlagListener.ReasonFlagListenerNotifier<T,R> extends FlagListener.FlagListenerNotifier<T>
| Constructor and Description |
|---|
ReasonFlagListenerNotifier() |
ReasonFlagListenerNotifier(T changedValue) |
ReasonFlagListenerNotifier(T changedValue,
R reasonForChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(FlagListener<T> listener)
If ReasonFlagListener is passed into the method, it is redirected into appropriate method.
|
void |
notify(ReasonFlagListener<T,R> listener) |
void |
setReason(R reason) |
getEvent, setValuepublic ReasonFlagListenerNotifier()
public ReasonFlagListenerNotifier(T changedValue)
public void setReason(R reason)
public void notify(FlagListener<T> listener)
notify in interface Listeners.ListenerNotifier<FlagListener<T>>notify in class FlagListener.FlagListenerNotifier<T>public void notify(ReasonFlagListener<T,R> listener)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.