|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.cikmr.services.AbstractService
public abstract class AbstractService
Field Summary | |
---|---|
protected javax.swing.event.EventListenerList |
listenerList
|
Constructor Summary | |
---|---|
AbstractService()
|
Method Summary | |
---|---|
void |
addServiceListener(ServiceListener l)
|
protected void |
fireServiceStarted(Service service)
|
protected void |
fireServiceStopped(Service service)
|
void |
removeServiceListner(ServiceListener l)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.ntnu.cikmr.services.Service |
---|
init, isStarted, start, stop |
Field Detail |
---|
protected javax.swing.event.EventListenerList listenerList
Constructor Detail |
---|
public AbstractService()
Method Detail |
---|
public void addServiceListener(ServiceListener l)
addServiceListener
in interface Service
public void removeServiceListner(ServiceListener l)
removeServiceListner
in interface Service
protected void fireServiceStarted(Service service)
protected void fireServiceStopped(Service service)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |