All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.droidkit.actors.messages.StartActor Maven / Gradle / Ivy

Go to download

DroidKit Actors is simple actor model implementation for java and Android

There is a newer version: 0.6.1
Show newest version
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