BowlerKernel
src
main
java
com
neuronrobotics
bowlerstudio
scripting
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
}
com.neuronrobotics.bowlerstudio.scripting.IGithubLoginListener
Definition:
IGithubLoginListener.java:3
com.neuronrobotics.bowlerstudio.scripting.IGithubLoginListener.onLogout
void onLogout(String oldUsername)
com.neuronrobotics.bowlerstudio.scripting.IGithubLoginListener.onLogin
void onLogin(String newUsername)
Generated by
1.9.1