![JAR search and dependency download from the Maven repository](/logo.png)
com.droidkit.actors.messages.StartActor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actors Show documentation
Show all versions of actors Show documentation
DroidKit Actors is simple actor model implementation for java and Android
package com.droidkit.actors.messages;
/**
* Message for starting actors
*
* @author Stepan Ex3NDR Korshakov ([email protected])
*/
public final class StartActor {
public static final StartActor INSTANCE = new StartActor();
private StartActor() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy