Package cz.fidentis.analyst.data.face
Class HumanFaceEvent
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
- Direct Known Subclasses:
HumanFaceSelectedEvent
,HumanFaceTransformedEvent
,KdTreeEvent
,LandmarksChangedEvent
,MeshDistanceComputed
,OctreeEvent
,SymmetryPlaneChangedEvent
The root type for events fired by the
HumanFace
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HumanFaceEvent
Constructor.- Parameters:
face
- Human face related to the eventname
- Event name provided by issuerissuer
- The issuer
-
-
Method Details
-
getFace
Returns human face related to the event- Returns:
- human face related to the event
-
getName
Returns event name provided by issuer.- Returns:
- event name provided by issuer.
-
getIssuer
Returns the object that triggered the event.- Returns:
- the object that triggered the event.
-