|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
This interface holds the methods any class acting as a ServiceControlListener must implement
Copyright (c) 2000 Damian Fauth
| Method Summary | |
void |
handleServiceControlEvent(ContinueServiceControlEvent e)
handle a ContinueServiceControlEvent This method is called by the ServiceControlManager when the appropriate event occurs |
void |
handleServiceControlEvent(InterrogateServiceControlEvent e)
handle a InterrogateServiceControlEvent This method is called by the ServiceControlManager when the appropriate event occurs |
void |
handleServiceControlEvent(PauseServiceControlEvent e)
handle a PauseServiceControlEvent This method is called by the ServiceControlManager when the appropriate event occurs |
void |
handleServiceControlEvent(StartServiceControlEvent e)
handle a StartServiceControlEvent This method is called by the ServiceControlManager when the appropriate event occurs |
void |
handleServiceControlEvent(StopServiceControlEvent e)
handle a StopServiceControlEvent This method is called by the ServiceControlManager when the appropriate event occurs |
void |
handleServiceControlEvent(TerminateServiceControlEvent e)
handle a TerminateServiceControlEvent This method is called by the ServiceControlManager when the appropriate event occurs |
| Method Detail |
public void handleServiceControlEvent(StartServiceControlEvent e)
throws ServiceControlException
e - is the event as an instance of StartServiceControlEvent
public void handleServiceControlEvent(StopServiceControlEvent e)
throws ServiceControlException
e - is the event as an instance of StopServiceControlEvent
public void handleServiceControlEvent(PauseServiceControlEvent e)
throws ServiceControlException
e - is the event as an instance of PauseServiceControlEvent
public void handleServiceControlEvent(ContinueServiceControlEvent e)
throws ServiceControlException
e - is the event as an instance of ContinueServiceControlEvent
public void handleServiceControlEvent(TerminateServiceControlEvent e)
throws ServiceControlException
e - is the event as an instance of TerminateServiceControlEvent
public void handleServiceControlEvent(InterrogateServiceControlEvent e)
throws ServiceControlException
e - is the event as an instance of InterrogateServiceControlEvent
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||