Uses of Class
com.tailf.notif.NotificationCfg
Packages that use NotificationCfg
-
Uses of NotificationCfg in com.tailf.notif
Constructors in com.tailf.notif with parameters of type NotificationCfgModifierConstructorDescriptionNotif
(SocketAddress address, EnumSet<NotificationType> eventTypes, NotificationCfg cfg) Same asNotif(Socket, EnumSet, NotificationCfg)
but taking aSocketAddress
instead with the address to connect to instead of an already connectedSocket
.Notif
(Socket socket, EnumSet<NotificationType> eventTypes, NotificationCfg cfg) Creates a notification instance.