public final class ExpiryTickerImpl extends Object implements ExpiryTicker
| Constructor and Description |
|---|
ExpiryTickerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
register(ExpiryHandler expiring)
Registers a new expiry handler.
|
void |
tick()
Calls
ExpiryHandler.expiryTick() on registered expiry handlers. |
public boolean register(ExpiryHandler expiring)
ExpiryTickerregister in interface ExpiryTickerpublic void tick()
ExpiryTickerExpiryHandler.expiryTick() on registered expiry handlers.tick in interface ExpiryTickerCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.