LeviLamina
Loading...
Searching...
No Matches
AutomationObserver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/Observer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Core {
class
SingleThreadedLock; }
11
// clang-format on
12
13
namespace
Automation {
14
15
class
AutomationObserver
:
public
::Core::Observer
<::Automation::AutomationObserver, ::Core::SingleThreadedLock> {
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 2
20
virtual
void
onConnected(::std::string
const
&) = 0;
21
22
// vIndex: 3
23
virtual
void
onConnectionFailed(::std::string
const
&) = 0;
24
25
// vIndex: 4
26
virtual
void
onConnectionClosed() = 0;
27
28
// vIndex: 5
29
virtual
void
onDuplicateRequestCancel() = 0;
30
31
// vIndex: 0
32
virtual
~AutomationObserver
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
};
47
48
}
// namespace Automation
Automation::AutomationObserver
Definition
AutomationObserver.h:15
Core::Observer
Definition
Observer.h:9
src
mc
websockets
automation
AutomationObserver.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0