package com.dougkeen.util; public interface Observer { void onUpdate(final T newValue); }