com.openexchange.mail.cache
Class MailSessionEventHandler

java.lang.Object
  extended by com.openexchange.mail.cache.MailSessionEventHandler
All Implemented Interfaces:
org.osgi.service.event.EventHandler

public final class MailSessionEventHandler
extends java.lang.Object
implements org.osgi.service.event.EventHandler

MailSessionEventHandler - The event handler for mail bundle to track removed sessions.

Author:
Thorben Betten

Constructor Summary
MailSessionEventHandler()
          Initializes a new MailSessionEventHandler.
 
Method Summary
static java.lang.String[] getTopics()
          Gets the topics.
 void handleEvent(org.osgi.service.event.Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSessionEventHandler

public MailSessionEventHandler()
Initializes a new MailSessionEventHandler.

Method Detail

getTopics

public static java.lang.String[] getTopics()
Gets the topics.

Returns:
The topics

handleEvent

public void handleEvent(org.osgi.service.event.Event event)
Specified by:
handleEvent in interface org.osgi.service.event.EventHandler