Using PEP related classes

Hello,

at the moment I’m trying to use PEP in one of my applications. The problem is that I don’t really know how to use the PEPEvent which I get in a PEPListener. I know that the information I want is in a PEPItem which is inside the PEPEvent. But how do I get the PEPItem from a received PEPEvent? Is it possible that a getter method for the PEPItem was forgotten? Or I am trying to use Smack in a wrong way?