summaryrefslogtreecommitdiffstats
blob: 2732aaf9672dd98ff4c7559e61d15a878374f554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2010, 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(int milliseconds);
}