Package com.ngrok
Interface Session.CommandHandler
-
- Enclosing interface:
- Session
public static interface Session.CommandHandlerProvides a way to listen for specific server side events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCommand()Called when the associated event triggers.
-