Liferay 7.0-ga1 portal-impl

com.liferay.portal.events
Class SessionDestroyAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SessionAction
      extended by com.liferay.portal.events.SessionDestroyAction
All Implemented Interfaces:
com.liferay.portal.kernel.events.LifecycleAction

public class SessionDestroyAction
extends com.liferay.portal.kernel.events.SessionAction


Constructor Summary
SessionDestroyAction()
           
 
Method Summary
 void run(javax.servlet.http.HttpSession session)
           
 
Methods inherited from class com.liferay.portal.kernel.events.SessionAction
processLifecycleEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionDestroyAction

public SessionDestroyAction()
Method Detail

run

public void run(javax.servlet.http.HttpSession session)
Specified by:
run in class com.liferay.portal.kernel.events.SessionAction

Liferay 7.0-ga1 portal-impl