1 package org.objectweb.proactive.ext.benchsocket;2 3 public interface BenchStream {4 public void displayTotal();5 }6