obserDeCaoteurAsync dans CapteurImpl
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
package impl;
|
||||
|
||||
public class DiffusionAtomique {
|
||||
import interfaces.AlgoDiffusion;
|
||||
|
||||
public class DiffusionAtomique implements AlgoDiffusion {
|
||||
|
||||
@Override
|
||||
public void configure() {
|
||||
// TODO Auto-generated method stub
|
||||
throw new UnsupportedOperationException("Unimplemented method 'configure'");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execture() {
|
||||
// TODO Auto-generated method stub
|
||||
throw new UnsupportedOperationException("Unimplemented method 'execture'");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user