Uses of Class
com.openexchange.mail.event.PooledEvent

Packages that use PooledEvent
com.openexchange.mail.event   
 

Uses of PooledEvent in com.openexchange.mail.event
 

Methods in com.openexchange.mail.event that return PooledEvent
 PooledEvent PooledEvent.setAsync(boolean async)
          Sets whether the event should be delivered asynchronously (default behavior).
 

Methods in com.openexchange.mail.event with parameters of type PooledEvent
 void EventPool.put(PooledEvent pooledEvent)
          Puts given pooled event into this pool.