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

prompto.debug.event.IDebugEvent Maven / Gradle / Ivy

The newest version!
package prompto.debug.event;

import prompto.debug.IDebugEventListener;

public interface IDebugEvent {

	void execute(IDebugEventListener listener);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy