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

com.github.thehilikus.jrobocom.events.RobotChangedEvent Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta-02
Show newest version
package com.github.thehilikus.jrobocom.events;

import com.github.thehilikus.jrobocom.robot.Robot;

/**
 * Event to mark the change in one of the robot's attributes
 * 
 * @author hilikus
 */
public class RobotChangedEvent extends RobotEvent {

    private static final long serialVersionUID = 207547744025667582L;

    /**
     * Main constructor
     * 
     * @param source the robot that changed
     */
    public RobotChangedEvent(Robot source) {
	super(source);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy