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

net.aequologica.neo.shakuntala.EventCodec Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
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