package br.com.etyllica.core.context; public interface UpdateIntervalListener { public void timeUpdate(long now); }