Uses of Interface
com.ngrok.Session.CommandHandler
- 
Packages that use Session.CommandHandler Package Description com.ngrok  - 
- 
Uses of Session.CommandHandler in com.ngrok
Methods in com.ngrok that return Session.CommandHandler Modifier and Type Method Description Session.CommandHandlerSession.Builder. restartCallback()Returns the restart callback handler for this builder.Session.CommandHandlerSession.Builder. stopCallback()Returns the stop callback handler for this builder.Session.CommandHandlerSession.Builder. updateCallback()Returns the update callback handler for this builder.Methods in com.ngrok with parameters of type Session.CommandHandler Modifier and Type Method Description Session.BuilderSession.Builder. restartCallback(Session.CommandHandler callback)Sets the restart callback handler for this builderSession.BuilderSession.Builder. stopCallback(Session.CommandHandler callback)Sets the stop callback handler for this builderSession.BuilderSession.Builder. updateCallback(Session.CommandHandler callback)Sets the update callback handler for this builder 
 -