org.ops4j.peaberry.cache
Class AbstractServiceListener<T>
java.lang.Object
org.ops4j.peaberry.cache.AbstractServiceListener<T>
public abstract class AbstractServiceListener<T>
- extends Object
Keep track of imported, sortable services that provide a specific interface.
- Author:
- mcculls@gmail.com (Stuart McCulloch)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceListener
protected AbstractServiceListener()
insertService
protected final void insertService(AbstractServiceImport<T> i)
updateService
protected final void updateService(AbstractServiceImport<T> i)
removeService
protected final void removeService(Import<T> i)
start
protected abstract void start()
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.