Uses of Interface
com.jniwrapper.win32.service.Service.StatusListener

Packages that use Service.StatusListener
com.jniwrapper.win32.service The com.jniwrapper.win32.service package contains classes for working with Windows services. 
 

Uses of Service.StatusListener in com.jniwrapper.win32.service
 

Methods in com.jniwrapper.win32.service with parameters of type Service.StatusListener
 void Service.waitState(Service.CurrentState[] expectedStates, Service.StatusListener listener)
          Periodically checks the current state of the service and returns from the method when the current state is equal to one of the expected states.
 void Service.waitState(Service.CurrentState expectedState, Service.StatusListener listener)
          Periodically checks the current state of the service and returns from the method when the current state is equal to the expected state.