T - type of the argument.public interface Target<T>
| Modifier and Type | Method and Description |
|---|---|
void |
update(T argument)
runs when the observer calls it.
|
void update(@NotNull
T argument)
argument - the argument to update.Copyright © 2021. All rights reserved.