public interface ExpiryHandler
Modifier and Type | Method and Description |
---|---|
long |
expiryTick()
Called periodically by
ExpiryTicker . |
void |
onCreate()
Called when an expirable object is created/recreated.
|
void |
onUse()
Called when an expirable object is used.
|
void onCreate()
void onUse()
long expiryTick()
ExpiryTicker
. Should be used to expire the object if it's too old.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.