roboguice.service.event.OnCreateEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of roboguice Show documentation
Show all versions of roboguice Show documentation
A framework for using Google Guice dependency injection in Android.
The newest version!
package roboguice.service.event;
/**
* Class representing the event raised by RoboService.onCreate()
*/
public class OnCreateEvent{}