org.jboss.portal.core.samples.basic.event
Class UserCounterListener

java.lang.Object
  extended by org.jboss.portal.core.samples.basic.event.UserCounterListener
All Implemented Interfaces:
PortalEventListener

public class UserCounterListener
extends java.lang.Object
implements PortalEventListener

Version:
$Revision: 1.1 $
Author:
Thomas Heute

Constructor Summary
UserCounterListener()
           
 
Method Summary
 void onEvent(PortalEventContext eventContext, PortalEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCounterListener

public UserCounterListener()
Method Detail

onEvent

public void onEvent(PortalEventContext eventContext,
                    PortalEvent event)
Specified by:
onEvent in interface PortalEventListener