From a01ba771f25311575702a32f5d49e6428be43ca6 Mon Sep 17 00:00:00 2001 From: "fabien.delecroix" <fabien.delecroix@univ-lille.fr> Date: Tue, 26 Sep 2023 15:00:55 +0200 Subject: [PATCH] =?UTF-8?q?actualisation=20=C3=A9nonc=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 13 ------------- .gitignore | 3 ++- .project | 17 ----------------- README.md | 4 ++-- 4 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 .classpath delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 8a15fbc..0000000 --- a/.classpath +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry excluding="test/java/" kind="src" path="src"/> - <classpathentry kind="src" path="tests"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> - <attributes> - <attribute name="module" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/> - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/.gitignore b/.gitignore index ae3c172..d855be8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/bin/ +bin/ + diff --git a/.project b/.project deleted file mode 100644 index 7246f1f..0000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>observateur-observe</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/README.md b/README.md index ac5a543..086c86b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TP1 -- Observateur/Observé +# TP4 - Observateur/Observé Dans ce TP, vous allez vous familiariser avec les notions observateur/observé notamment en implémentant les classes nécessaires puis en les utilisant pour @@ -122,4 +122,4 @@ public class ConnectableProperty extends ObservableProperty public void biconnectTo(ConnectableProperty other) public void unconnectFrom(ConnectableProperty other) ... -``` \ No newline at end of file +``` -- GitLab