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