Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created February 11, 2015 12:01
Show Gist options
  • Save codenameone/fb9b2724df49390fd41f to your computer and use it in GitHub Desktop.
Save codenameone/fb9b2724df49390fd41f to your computer and use it in GitHub Desktop.
public void start(){
this.getComponentForm().registerAnimated(this);
}
public void stop(){
this.getComponentForm().deregisterAnimated(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment