summaryrefslogtreecommitdiffstats
blob: ac53e487edc6f2072107a5ae096d712c619c0a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2010-2012, Isode Limited, London, England.
 * All rights reserved.
 */
/*
 * Copyright (c) 2010, Remko Tronçon.
 * All rights reserved.
 */

package com.isode.stroke.network;


public interface TimerFactory {
    Timer createTimer(long milliseconds);
}