13761377137813791380138113821383
/*package*/ void onCancelled() { future.setAsCancelled(); } private Object readResolve() { this.future = new FutureImpl(task); return this; }
14461447144814491450145114521453
*/ @Exported public Calendar timestamp; public WaitingItem(Calendar timestamp, Task project, List<Action> actions) { super(project, actions, COUNTER.incrementAndGet(), new FutureImpl(project)); this.timestamp = timestamp; }
13041305130613071308130913101311
13751376137713781379138013811382
public Calendar getTimestamp() { return timestamp; } public WaitingItem(Calendar timestamp, Task project, List<Action> actions) { super(project, actions, COUNTER.incrementAndGet(), new FutureImpl(project)); this.timestamp = timestamp; }