// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.videomapping.video; /** Getting basic control informations per video */ public interface VideosObserver { void update(VideoObserversEvents event); }