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

games.rednblack.puremvc.commands.SimpleCommand Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package games.rednblack.puremvc.commands;

import games.rednblack.puremvc.Notifier;
import games.rednblack.puremvc.interfaces.ICommand;
import games.rednblack.puremvc.interfaces.INotification;

public class SimpleCommand extends Notifier implements ICommand {

    @Override
    public void execute(INotification notification) {

    }

    @Override
    public void onRegister() {

    }

    @Override
    public void onRemove() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy