Difference between revisions of "BfbIndex Class"

From Neurotech Software Development Kit
Jump to: navigation, search
(Classes hierarchy)
(Android)
Line 22: Line 22:
 
<code><span style="color:#0066FF;">'''public class'''</span> BfbIndex </code>
 
<code><span style="color:#0066FF;">'''public class'''</span> BfbIndex </code>
  
<!-- =========== FIELD SUMMARY =========== -->
+
==Fields Summary==
<ul class="blockList">
+
{| class="wikitable"
<li class="blockList"><a name="field.summary">
+
|- style="background-color: #dee3e9;"
<!--  -->
+
|'''Modifier and Type'''
</a>
+
|'''Field and Description'''
<h3>Field Summary</h3>
+
|- valign="top"
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+
|[[SubscribersNotifier Class|SubscribersNotifier]]&lt;java.lang.Object&gt;
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+
|[[#calibrationFinished|calibrationFinished]]
<tr>
+
Notifies about finishing of calibration process
<th class="colFirst" scope="col">Modifier and Type</th>
+
|-  valign="top"
<th class="colLast" scope="col">Field and Description</th>
+
|[[SubscribersNotifier Class|SubscribersNotifier]]&lt;java.lang.Integer&gt;
</tr>
+
|[[#valueChanged|valueChanged]]
<tr class="altColor">
+
Notifies about changes of biofeedback index parameter
<td class="colFirst"><code>ru.neurotech.common.SubscribersNotifier&lt;java.lang.Object&gt;</code></td>
+
|}
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#calibrationFinished">calibrationFinished</a></span></code>
+
 
<div class="block">Notifies about changing device scanning state</div>
 
</td>
 
</tr>
 
<tr class="rowColor">
 
<td class="colFirst"><code>ru.neurotech.common.SubscribersNotifier&lt;java.lang.Integer&gt;</code></td>
 
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#valueChanged">valueChanged</a></span></code>
 
<div class="block">Notifies when proper Callibri BFB device been found and initialized</div>
 
</td>
 
</tr>
 
</table>
 
</li>
 
</ul>
 
 
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
<ul class="blockList">
 
<ul class="blockList">

Revision as of 05:40, 14 August 2017

Android

ru.neurotech.neurodevices.bfb

Class BfbIndex

Related Classes

ru.neurotech.neurodevices.bfb.BfbDeviceConnector

ru.neurotech.neurodevices.bfb.BfbDevice

Classes hierarchy

  • java.lang.Object
    • ru.neurotech.neurodevices.bfb.BfbIndex

Class definition

public class BfbIndex

Fields Summary

Modifier and Type Field and Description
SubscribersNotifier<java.lang.Object> calibrationFinished

Notifies about finishing of calibration process

SubscribersNotifier<java.lang.Integer> valueChanged

Notifies about changes of biofeedback index parameter

  • <a name="constructor.summary"> </a>

    Constructor Summary

    Constructors 
    Constructor and Description
    <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#BfbIndex-long-">BfbIndex</a>(long objPtr) 
  • <a name="method.summary"> </a>

    Method Summary

    All Methods <a href="javascript:show(2);">Instance Methods</a> <a href="javascript:show(8);">Concrete Methods</a> 
    Modifier and Type Method and Description
    void <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#calibrate--">calibrate</a>() 
    void <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#finalize--">finalize</a>() 
    int <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#value--">value</a>() 
    • <a name="methods.inherited.from.class.java.lang.Object"> </a>

      Methods inherited from class java.lang.Object

      clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

</li> </ul> </div>

    • <a name="field.detail"> </a>

      Field Detail

      <a name="valueChanged"> </a>

      • valueChanged

        public final ru.neurotech.common.SubscribersNotifier<java.lang.Integer> valueChanged
        Notifies when proper Callibri BFB device been found and initialized

      <a name="calibrationFinished"> </a>

      • calibrationFinished

        public final ru.neurotech.common.SubscribersNotifier<java.lang.Object> calibrationFinished
        Notifies about changing device scanning state
    • <a name="constructor.detail"> </a>

      Constructor Detail

      <a name="BfbIndex-long-"> </a>

      • BfbIndex

        public BfbIndex(long objPtr)
    • <a name="method.detail"> </a>

      Method Detail

      <a name="finalize--"> </a>

      • finalize

        public void finalize()
                      throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable

      <a name="value--"> </a>

      • value

        public int value()

      <a name="calibrate--"> </a>

      • calibrate

        public void calibrate()

</div>