roboguice.activity.event.OnDestroyEvent 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.activity.event;
/**
* Class representing the event raised by RoboActivity.onDestroy()
*
* @author Adam Tybor
* @author John Ericksen
*/
public class OnDestroyEvent {}