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

jdash.events.object.AwardedListUpdate Maven / Gradle / Ivy

Go to download

Extension of the client module that allows to emit events when changes are detected between the results of two subsequent requests.

The newest version!
package jdash.events.object;

import jdash.common.entity.GDList;

/**
 * Event emitted when a change is detected in the data of a list present in the Awarded category.
 *
 * @param oldData The data of the list before the update.
 * @param newData The data of the list after the update.
 */
public record AwardedListUpdate(GDList oldData, GDList newData) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy