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

com.automationrockstars.gunter.events.environment.impl.EnvironmentWorkingImpl Maven / Gradle / Ivy

The newest version!
/*
 * 
 */

package com.automationrockstars.gunter.events.environment.impl;

import com.automationrockstars.gunter.EventType;
import com.automationrockstars.gunter.events.environment.EnvironmentWorking;

public class EnvironmentWorkingImpl extends AbstractEnvironmentImpl implements EnvironmentWorking {


    public EnvironmentWorkingImpl(String parentId, String name) {
        super(parentId, name);
    }

    @Override
    public EventType getType() {
        return EventType.ENVIRONMENT_WORKING;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy