public interface Clocker {
	public abstract void trigger();
}
