Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmpt-370-group-project-group26
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eyan Cunningham (esc568)
cmpt-370-group-project-group26
151a2816d70535264293776f144bac9a167f975c
cmpt-370-group-project
..
schedulerapp
ModelSubscriber.java
Find file
Normal view
Permalink
ModelSubscriber.java
97 B
Newer
Older
test commit new project
eyan_
committed
3 years ago
1
2
3
package
com.example.schedulerapp
;
public
interface
ModelSubscriber
{
commit before pull
ArktikHunter
committed
3 years ago
4
void
modelChanged
();
test commit new project
eyan_
committed
3 years ago
5
}