Skip to content

Instantly share code, notes, and snippets.

@DapperFox
Created May 20, 2014 22:44
Show Gist options
  • Select an option

  • Save DapperFox/77e96da34e5efb9afe04 to your computer and use it in GitHub Desktop.

Select an option

Save DapperFox/77e96da34e5efb9afe04 to your computer and use it in GitHub Desktop.
Just the interface
package learnlejos;
/**
* Created by blakebishop on 5/20/14.
*/
public interface ITouchListener {
void changeState();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment