Liferay 7.0-ga1 portal-impl

com.liferay.portal.events
Class ChannelSessionDestroyAction

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

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


Constructor Summary
ChannelSessionDestroyAction()
           
 
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

ChannelSessionDestroyAction

public ChannelSessionDestroyAction()
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