Package org.nuxeo.ecm.quota
Class QuotaStatsListener
java.lang.Object
org.nuxeo.ecm.quota.QuotaStatsListener
- All Implemented Interfaces:
- EventListener
Listener handling default events to update statistics through the 
QuotaStatsService.- Since:
- 5.5
- Author:
- Thomas Roger
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleEvent(Event event) Handle the given event.protected booleanisTrashOpEvent(DocumentEventContext eventContext) 
- 
Field Details- 
EVENTS_TO_HANDLE
 
- 
- 
Constructor Details- 
QuotaStatsListenerpublic QuotaStatsListener()
 
- 
- 
Method Details- 
handleEventDescription copied from interface:EventListenerHandle the given event. The listener can cancel the event by callingEvent.cancel()- Specified by:
- handleEventin interface- EventListener
- Parameters:
- event- the event
 
- 
isTrashOpEvent
 
-