1 package com.stateofflow.eclipse.metrics.export.wizard; 2 3 interface StatusUpdateable { 4 void updateStatus(boolean value, String message); 5 }