public interface ExpirationTrigger
ExpirationTrigger declares an abstract time-keeping
object that contains information about expiration.
The expiration may be caused either by normal flow of time or by some other external events.
| Modifier and Type | Method and Description |
|---|---|
void |
expireNow()
Causes this trigger to expire immediately.
|
boolean |
isExpired()
Returns information whether this trigger has already expired.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.