Skip to content

Instantly share code, notes, and snippets.

@porcelli
Created June 8, 2012 12:53
Show Gist options
  • Save porcelli/2895450 to your computer and use it in GitHub Desktop.
Save porcelli/2895450 to your computer and use it in GitHub Desktop.
@Handles(".dtable", ".dtb")
public class TextEditorPresenter implements EditorService
public void onStart(Path path) {
assetsService.call(new RemoteCallback<Model>() {
@Override
public void callback(Model response) {
}
}).loadMyModel(path);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment