1 package com.bonevich.util.dependency;
2
3 /***An interface providing the method by which a dependent attribute
4 * is updated by <code>Dependent</code>.
5 */
6 public interface UpdateAction
7 {
8 public void onUpdate();
9 } /*** end interface UpdateAction */
This page was automatically generated by Maven