View Javadoc
1 package com.bonevich.util.dependency; 2 3 /***An interface providing the separation of access to internal 4 * <code>Dependent</code> implementation by <code>Sentry</code>. 5 */ 6 interface DependentProxy 7 { 8 public void invalidate(); 9 public void addSentry(SentryProxy sentry); 10 } /*** end interface DependentProxy */

This page was automatically generated by Maven