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

com.github.athi.athifx.gui.menu.item.DisableEnableAMenuItemEvent Maven / Gradle / Ivy

The newest version!
package com.github.athi.athifx.gui.menu.item;

/**
 * Created by Athi
 */
public class DisableEnableAMenuItemEvent {

    private final Item item;

    public DisableEnableAMenuItemEvent(Item item) {
        this.item = item;
    }

    public Item getItem() {
        return item;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy