<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/mongodb.monitoring.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'class.mongodb-driver-monitoring-subscriber.php',
    1 => 'MongoDB\\Driver\\Monitoring\\Subscriber',
    2 => 'The MongoDB\\Driver\\Monitoring\\Subscriber interface',
  ),
  'up' => 
  array (
    0 => 'mongodb.monitoring.php',
    1 => 'MongoDB\\Driver\\Monitoring',
  ),
  'prev' => 
  array (
    0 => 'mongodb-driver-monitoring-sdamsubscriber.topologyopening.php',
    1 => 'MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyOpening',
  ),
  'next' => 
  array (
    0 => 'mongodb.exceptions.php',
    1 => 'MongoDB\\Driver\\Exception',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/mongodb/driver/monitoring/subscriber.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.mongodb-driver-monitoring-subscriber" class="reference">

 <h1 class="title">The MongoDB\Driver\Monitoring\Subscriber interface</h1>
 

 <div class="partintro"><p class="verinfo">(mongodb &gt;=1.3.0)</p>


  <div class="section" id="mongodb-driver-monitoring-subscriber.intro">
   <h2 class="title">Einführung</h2>
   <p class="para">
    Base interface for event subscribers. This is used as a parameter type in the functions
    <span class="function"><a href="function.mongodb.driver.monitoring.addsubscriber.php" class="function">MongoDB\Driver\Monitoring\addSubscriber()</a></span> and
    <span class="function"><a href="function.mongodb.driver.monitoring.removesubscriber.php" class="function">MongoDB\Driver\Monitoring\removeSubscriber()</a></span> and should
    not be implemented directly.
   </p>
  </div>


  <div class="section" id="mongodb-driver-monitoring-subscriber.synopsis">
   <h2 class="title">Interface-Übersicht</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">MongoDB\Driver\Monitoring\Subscriber</strong>
     </span>
     {</div>


   }</div>


   <p class="para">
    This interface has no methods. Its only purpose is to be the base interface
    for all event subscribers.
   </p>

  </div>

 </div>

</div>
<?php manual_footer($setup); ?>