From portal-commits at lists.jboss.org Sat Oct 13 13:12:02 2007 Content-Type: multipart/mixed; boundary="===============2295394530249461168==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r8631 - in docs: trunk/referenceGuide/en/modules and 1 other directory. Date: Sat, 13 Oct 2007 13:12:01 -0400 Message-ID: --===============2295394530249461168== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: chris.laprun(a)jboss.com Date: 2007-10-13 13:12:01 -0400 (Sat, 13 Oct 2007) New Revision: 8631 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portalap= i.xml docs/trunk/referenceGuide/en/modules/portalapi.xml Log: - Fixed typo. Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/p= ortalapi.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portala= pi.xml 2007-10-13 15:22:07 UTC (rev 8630) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/portala= pi.xml 2007-10-13 17:12:01 UTC (rev 8631) @@ -375,8 +375,8 @@ it works. UserAuthenticationEvent example - In this example, we will create a simple counter of the num= ber of logged-in registered users. In ordder to do that we just need to kee= p track - of Sign-in and Sign-out events. + In this example, we will create a simple counter of the num= ber of logged-in registered users. In order to + do that we just need to keep track of Sign-in and Sign-out eve= nts. First, let's write our listener. It just a class that will = implement org.jboss.portal.api.event.PortalEventListener and its unique method void onEvent(PortalEventContext event= Context, PortalEvent event). Here is such an example: UserAuthenticationEvent example - In this example, we will create a simple counter of the num= ber of logged-in registered users. In ordder to do that we just need to kee= p track - of Sign-in and Sign-out events. + In this example, we will create a simple counter of the num= ber of logged-in registered users. In order to + do that we just need to keep track of Sign-in and Sign-out eve= nts. First, let's write our listener. It just a class that will = implement org.jboss.portal.api.event.PortalEventListener and its unique method void onEvent(PortalEventContext event= Context, PortalEvent event). Here is such an example: