void ThreadMonitor(TypeThread type, StatusCode sc, String status) { if (type == TypeThread.SYNC) { this.status = status; } }
void ThreadMonitor(TypeThread type,StatusCode sc, String status) { if (type == TypeThread.SYNC) { this.status = status; } }