Sha256: 157108dc5d8f35b27256fdd0c48d47004aa50c93191c552b3b3e8da66e5e66e7

Contents?: true

Size: 1015 Bytes

Versions: 65

Compression:

Stored size: 1015 Bytes

Contents

/**
 * $Id$
 * 
 * Author:: Francis Cianfrocca (gmail: blackhedd)
 * Homepage::  http://rubyeventmachine.com
 * Date:: 15 Jul 2007
 * 
 * See EventMachine and EventMachine::Connection for documentation and
 * usage examples.
 * 
 *
 *----------------------------------------------------------------------------
 *
 * Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.
 * Gmail: blackhedd
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of either: 1) the GNU General Public License
 * as published by the Free Software Foundation; either version 2 of the
 * License, or (at your option) any later version; or 2) Ruby's License.
 * 
 * See the file COPYING for complete licensing information.
 *
 *---------------------------------------------------------------------------
 *
 * 
 */


package com.rubyeventmachine.application;

public class PeriodicTimer extends Timer {

	public void _fire() {
		fire();
		application.addTimer(interval, this);
	}
}

Version data entries

65 entries across 65 versions & 8 rubygems

Version Path
smparkes-eventmachine-0.12.10.1 java/src/com/rubyeventmachine/application/PeriodicTimer.java
smparkes-eventmachine-0.12.10 java/src/com/rubyeventmachine/application/PeriodicTimer.java
eventmachine-0.12.10-x86-mswin32-60 java/src/com/rubyeventmachine/application/PeriodicTimer.java
eventmachine-0.12.10-java java/src/com/rubyeventmachine/application/PeriodicTimer.java
eventmachine-0.12.10 java/src/com/rubyeventmachine/application/PeriodicTimer.java