Uses of Class
com.pervasive.datarush.webapp.WebApplicationServerEvent
-
Packages that use WebApplicationServerEvent Package Description com.pervasive.datarush.webapp -
-
Uses of WebApplicationServerEvent in com.pervasive.datarush.webapp
Methods in com.pervasive.datarush.webapp with parameters of type WebApplicationServerEvent Modifier and Type Method Description void
WebApplicationServerListener. serverStarted(WebApplicationServerEvent e)
Invoked when a server is started.void
WebApplicationServerListener. serverStopped(WebApplicationServerEvent e)
Invoked when a server is stopped.
-