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

org.gridkit.jvmtool.event.TimespanEvent Maven / Gradle / Ivy

There is a newer version: 0.23
Show newest version
package org.gridkit.jvmtool.event;

public interface TimespanEvent extends TimestampedEvent {

    // by convention duration is expected to be in microseconds
    public long duration();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy