Package xyz.cofe.trambda.tcp
Interface Publisher.Subscriber<T>
-
- Type Parameters:
T- тип серверного события
- Enclosing class:
- Publisher<T extends Serializable>
public static interface Publisher.Subscriber<T>Интерейс уведомления о серверном событии
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotification(T ev)
-
-
-
Method Detail
-
notification
void notification(T ev)
-
-