package de.spline.kvm.events; import java.util.EventListener; public interface LifetimeListener extends EventListener { void appletStopped(); }