package no.agens.depth; public interface MenuAnimation { void animateTOMenu(); void revertFromMenu(); void exitFromMenu(); }