Skip to content
Snippets Groups Projects
Commit 4cc3e7cc authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Human Face Javadoc corrected

parent f5670a07
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ import java.io.InputStream;
* <p>
* Changes in the human face and its data structures (e.g., mesh model, etc.)
* can be monitored by listeners. Listeners have to implement the
* {@link cz.fidentis.analyst.face.HumanFaceListener} iterface and they have to
* register using the {@link cz.fidentis.analyst.face.HumanFace#registerListener} method.
* Then the are informed about changes in the human automatically via methods
* {@link cz.fidentis.analyst.face.HumanFaceListener} iterface and they have to be
* registered using the {@link cz.fidentis.analyst.face.HumanFace#registerListener} method.
* Then they are informed about changes in the human automatically via methods
* prescribed by the interface.
* </p>
* <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment