net.aequologica.neo.shakuntala.EventCodec Maven / Gradle / Ivy
package net.aequologica.neo.shakuntala;
import java.io.IOException;
public interface EventCodec {
Event valueOf(final String str) throws IOException;
String toString(final Event event) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy