Package org.example.model
Interface CustomObserver<T>
-
public interface CustomObserver<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(T event)
-
-
-
Method Detail
-
notify
void notify(T event)
-
-