|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jpackages.execj.ServiceEvents
public abstract class ServiceEvents
This class provides the ability to define a ServiceListener.
Example:
// 'this' implements ServiceListener ServiceEvents.setServiceListener(this);
Copyright (c) 2001-2007
| Constructor Summary | |
|---|---|
ServiceEvents()
|
|
| Method Summary | |
|---|---|
static ServiceListener |
getServiceListener()
Retrieve the current ServiceListener. |
static void |
setServiceListener(ServiceListener sl)
Set a ServiceListener for this application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceEvents()
| Method Detail |
|---|
public static void setServiceListener(ServiceListener sl)
Set a ServiceListener for this application.
serviceListener - A class implementing ServiceListenerpublic static ServiceListener getServiceListener()
Retrieve the current ServiceListener.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||