Class HumanFaceEvent

java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
Direct Known Subclasses:
HumanFaceSelectedEvent, HumanFaceTransformedEvent, KdTreeEvent, LandmarksChangedEvent, MeshDistanceComputed, OctreeEvent, SymmetryPlaneChangedEvent

public class HumanFaceEvent extends Object
The root type for events fired by the HumanFace.
  • Constructor Details

    • HumanFaceEvent

      public HumanFaceEvent(HumanFace face, String name, Object issuer)
      Constructor.
      Parameters:
      face - Human face related to the event
      name - Event name provided by issuer
      issuer - The issuer
  • Method Details

    • getFace

      public HumanFace getFace()
      Returns human face related to the event
      Returns:
      human face related to the event
    • getName

      public String getName()
      Returns event name provided by issuer.
      Returns:
      event name provided by issuer.
    • getIssuer

      public Object getIssuer()
      Returns the object that triggered the event.
      Returns:
      the object that triggered the event.