public interface LifecycleEventHandler
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(int eventId)
When a Event occurs in FileAccessor, execute the LifecycleManager Operation
For example, if the delete behaviour is readOnce and if the inputstream on attachment is read
and closed the first time, the delete operation in LifecycleManager should be executed.
|
void handleEvent(int eventId) throws IOException
eventId
- IOException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.