blob: bb4d286f303dd231de6a1cdc243493542a64bdb5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_172) on Mon Oct 22 18:39:57 CEST 2018 -->
<title>org.apache.felix.dm.lambda.callbacks</title>
<meta name="date" content="2018-10-22">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.felix.dm.lambda.callbacks";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/felix/dm/lambda/package-summary.html">Prev&nbsp;Package</a></li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.felix.dm.lambda.callbacks</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/Cb.html" title="interface in org.apache.felix.dm.lambda.callbacks">Cb</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a java8 method reference to a zero-argument method from a given component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbBundle.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbBundle</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Bundle) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbBundleComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbBundleComponent</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Bundle, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbComponent</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbConfiguration.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbConfiguration</a>&lt;T,U&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Configuration) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbConfigurationComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbConfigurationComponent</a>&lt;T,U&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Configuration, Component) which accepts a configuration type for wrapping properties
behind a dynamic proxy interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbDictionary.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbDictionary</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Dictionary) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbDictionaryComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbDictionaryComponent</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Dictionary, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbFuture.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbFuture</a>&lt;T,F&gt;</td>
<td class="colLast">
<div class="block">Represents a callback that accepts the result of a CompletableFuture operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbRef</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbRefComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbRefComponent</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbRefRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbRefRef</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, ServiceReference) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbRefRefComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbRefRefComponent</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, ServiceReference, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbRefServiceRefService.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbRefServiceRefService</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, Service, ServiceReference, Service) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbRefServiceRefServiceComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbRefServiceRefServiceComponent</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, Service, ServiceReference, Service, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbService.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbService</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceComponent</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceComponentRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceComponentRef</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Component, ServiceReference) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceDict.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceDict</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Dictionary) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceMap.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceMap</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Map) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceObjects.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceObjects</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceObjects) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceObjectsServiceObjects.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceObjectsServiceObjects</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceObjects, ServiceObjects) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceRef</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, ServiceReference) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceService.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceService</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(Service, Service) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbServiceServiceComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">CbServiceServiceComponent</a>&lt;T,S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(Service, Service, Component) that is invoked on a Component implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCb.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCb</a></td>
<td class="colLast">
<div class="block">Represents a method reference to a no-args callback method from an arbitrary Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbBundle.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbBundle</a></td>
<td class="colLast">
<div class="block">Represents a callback(Bundle) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbBundleComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbBundleComponent</a></td>
<td class="colLast">
<div class="block">Represents a callback(Bundle, Component) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbComponent</a></td>
<td class="colLast">
<div class="block">Represents a callback(Component) invoked on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbConfiguration.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbConfiguration</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a reference to a callback on an Object instance that takes Configuration type as argument.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbConfigurationComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbConfigurationComponent</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Configuration, Component) invoked on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbDictionary.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbDictionary</a></td>
<td class="colLast">
<div class="block">Represents a callback(Dictionary) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbDictionaryComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbDictionaryComponent</a></td>
<td class="colLast">
<div class="block">Represents a callback(Dictionary, Component) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbFuture.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbFuture</a>&lt;F&gt;</td>
<td class="colLast">
<div class="block">Represents a callback that accepts the result of a CompletableFuture.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbRef</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbRefComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbRefComponent</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, Component) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbRefRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbRefRef</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(ServiceReference, ServiceReference) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbRefRefComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbRefRefComponent</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceReference, ServiceReference, Component) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbRefServiceRefService.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbRefServiceRefService</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(ServiceReference, Service, ServiceReference, Service) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbRefServiceRefServiceComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbRefServiceRefServiceComponent</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(ServiceReference, Service, ServiceReference, Service, Component) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbService.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbService</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceComponent</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Component) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceComponentRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceComponentRef</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Component, ServiceReference) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceDict.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceDict</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Dictionary) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceMap.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceMap</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, Map) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceObjects.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceObjects</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(ServiceObjects) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceObjectsServiceObjects.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceObjectsServiceObjects</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(ServoceObjects, ServoceObjects) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceRef.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceRef</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a callback(Service, ServiceReference) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceService.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceService</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(Service, Service) on an Object instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/InstanceCbServiceServiceComponent.html" title="interface in org.apache.felix.dm.lambda.callbacks">InstanceCbServiceServiceComponent</a>&lt;S&gt;</td>
<td class="colLast">
<div class="block">Represents a swap callback(Service, Service, Component) on an Object instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html" title="interface in org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></td>
<td class="colLast">
<div class="block">Base interface for serializable lambdas.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/felix/dm/lambda/package-summary.html">Prev&nbsp;Package</a></li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>