Package ch.bailu.gtk.gio
Interface SocketClientClass.OnEvent
- Enclosing class:
- SocketClientClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEvent
(CallbackHandler __self, SocketClient client, int event, SocketConnectable connectable, IOStream connection)
-
Method Details
-
onEvent
void onEvent(CallbackHandler __self, @Nonnull SocketClient client, int event, @Nonnull SocketConnectable connectable, @Nonnull IOStream connection) - Parameters:
client
-event
-connectable
-connection
-
-