Skip to main content
summaryrefslogtreecommitdiffstats
blob: fbf0b8c646f8b1fa8bf951948ee59561ecc2fbc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Created on Feb 23, 2010
 *
 * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE
 */
package org.eclipse.osee.framework.messaging.services;

/**
 * @author Andrew M. Finkbeiner
 *
 */
public interface RegisteredServiceReference {
   void update();
}

Back to the top