BowlerKernel
IGithubLoginListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.scripting;
2 
3 public interface IGithubLoginListener {
4 
5  public void onLogin(String newUsername);
6 
7  public void onLogout(String oldUsername);
8 }