File was renamed from src/main/java/com/genersoft/iot/vmp/gb28181/event/outline/OutlineEvent.java |
| | |
| | | package com.genersoft.iot.vmp.gb28181.event.outline;
|
| | | package com.genersoft.iot.vmp.gb28181.event.offline;
|
| | |
|
| | | import org.springframework.context.ApplicationEvent;
|
| | |
|
| | |
| | | * @author: songww
|
| | | * @date: 2020年5月6日 上午11:33:13
|
| | | */
|
| | | public class OutlineEvent extends ApplicationEvent {
|
| | | public class OfflineEvent extends ApplicationEvent {
|
| | |
|
| | | /**
|
| | | * @Title: OutlineEvent
|
| | |
| | | * @param: @param source
|
| | | * @throws
|
| | | */
|
| | | public OutlineEvent(Object source) {
|
| | | public OfflineEvent(Object source) {
|
| | | super(source);
|
| | | }
|
| | |
|