|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpiringObject
A simple interface for objects that may expire at a given time.
Method Summary | |
---|---|
org.joda.time.DateTime |
getExpirationTime()
Gets the time the object expires. |
boolean |
isExpired()
Gets whether this object has expired. |
void |
onExpire()
A callback method invoked when this object is expiring. |
Method Detail |
---|
org.joda.time.DateTime getExpirationTime()
boolean isExpired()
void onExpire()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |