This website works better with JavaScript.
Explore
Help
Sign In
noe.garnier
/
Capteur-JavaFX
mirror of
https://github.com/Buldozer42/Capteur-JavaFX.git
Watch
1
Star
0
Fork
You've already forked Capteur-JavaFX
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81cb9ac1dd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '81cb9ac1dd'
${ noResults }
Capteur-JavaFX
/
src
/
model
/
Observateur.java
5 lines
67 B
Raw
Blame
History
package
model
;
public
interface
Observateur
{
void
update
(
)
;
}
Reference in new issue
View Git Blame
Copy Permalink