Uses of Interface
xyz.cofe.trambda.tcp.TrEvent
-
-
Uses of TrEvent in xyz.cofe.trambda.tcp
Classes in xyz.cofe.trambda.tcp that implement TrEvent Modifier and Type Class Description static classTcpServer.SessionClosed<ENV>Событие о завершении сессииstatic classTcpServer.SessionCreated<ENV>Событие о создании сессииstatic classTcpSession.SessionFinishedFields in xyz.cofe.trambda.tcp with type parameters of type TrEvent Modifier and Type Field Description protected xyz.cofe.ecolls.ListenersHelper<TrListener,TrEvent>TcpClient. listenersprotected xyz.cofe.ecolls.ListenersHelper<TrListener,TrEvent>TcpServer. listenersprotected xyz.cofe.ecolls.ListenersHelper<TrListener,TrEvent>TcpSession. listenersMethods in xyz.cofe.trambda.tcp with parameters of type TrEvent Modifier and Type Method Description protected voidTcpClient. addEvent(TrEvent ev)Добавляет событие в очередьprotected voidTcpServer. addEvent(TrEvent ev)Добавляет событие в очередьprotected voidTcpSession. addEvent(TrEvent ev)Добавляет событие в очередьprotected voidTcpClient. fireEvent(TrEvent event)Рассылка уведомления подписчикамprotected voidTcpServer. fireEvent(TrEvent event)Рассылка уведомления подписчикамprotected voidTcpSession. fireEvent(TrEvent event)Рассылка уведомления подписчикамvoidTrListener. trEvent(TrEvent ev)
-