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

com.github.thorbenkuck.keller.event.DeadEvent Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.keller.event;

public final class DeadEvent {

	private final Object event;

	DeadEvent(final Object event) {
		this.event = event;
	}

	public final Object getEvent() {
		return event;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy