All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dvb.application.AppStateChangeEventListener Maven / Gradle / Ivy

package org.dvb.application;

import java.util.*;

/**
 * The AppStateChangeEventListener class allows a launcher
 * application to keep track of applications it launches or other applications
 * running as part of the same service.
 * 

* * @since MHP1.0 */ public interface AppStateChangeEventListener extends EventListener{ /** * The * application the listener was tracking has made a state * transition from fromState to toState * and this method will be given the state event. * * @param evt the AppStateChangeEvent. * @since MHP1.0 */ public void stateChange(AppStateChangeEvent evt); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy