protected RunnableScheduledFuture decorateTask( Callable c, RunnableScheduledFuture task) { return new CustomTask(c, task); } // ... add constructors, etc. }