Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
270 bytes
|
Line | |
---|
1 | package mk.ukim.finki.busngobackend.events
|
---|
2 |
|
---|
3 | import mk.ukim.finki.busngobackend.domain.helpers.RouteInstanceOnStation
|
---|
4 | import org.springframework.context.ApplicationEvent
|
---|
5 |
|
---|
6 | class RouteInstanceOnStationEvent(
|
---|
7 | source: RouteInstanceOnStation,
|
---|
8 | ) : ApplicationEvent(source)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.