![JAR search and dependency download from the Maven repository](/logo.png)
org.eclipse.scada.ui.blink.BlinkService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.scada.ui.blink Show documentation
Show all versions of org.eclipse.scada.ui.blink Show documentation
Eclipse SCADA UI Blinking (Incubation)
The newest version!
/*******************************************************************************
* Copyright (c) 2013 TH4 SYSTEMS GmbH and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* TH4 SYSTEMS GmbH - initial API and implementation
*******************************************************************************/
package org.eclipse.scada.ui.blink;
public interface BlinkService
{
public void addListener ( BlinkCallback runnable );
public void removeListener ( BlinkCallback runnable );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy