![JAR search and dependency download from the Maven repository](/logo.png)
org.eclipse.swt.internal.DPIZoomChangeHandler Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2024 Yatta Solutions and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Yatta Solutions - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal;
import org.eclipse.swt.widgets.*;
@FunctionalInterface
public interface DPIZoomChangeHandler {
public void handleDPIChange(Widget widget, int newZoom, float scalingFactor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy