Interface ScreenNetworking.ReadyListener
- Enclosing interface:
ScreenNetworking
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener for
ScreenNetworking.getReadyEvent().-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnected(ScreenNetworking screenNetworking) Called when the networking handlers have connected.
-
Method Details
-
onConnected
Called when the networking handlers have connected.- Parameters:
screenNetworking- the networking handler for the current side
-