toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge
/
ReloadEvent
Reload
Event
data
class
ReloadEvent
(
val
refreshedClasses
:
Set
<
String
>
,
val
reloadSuccess
:
Boolean
,
val
rootFolders
:
List
<
String
>
)
:
Event
,
TEvent
<
ReloadEvent
>
Members
Members & Extensions
Constructors
Reload
Event
Link copied to clipboard
constructor
(
refreshedClasses
:
Set
<
String
>
,
reloadSuccess
:
Boolean
,
rootFolders
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
EventType
<
ReloadEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
do
Full
Reload
Link copied to clipboard
val
doFullReload
:
Boolean
refreshed
Classes
Link copied to clipboard
val
refreshedClasses
:
Set
<
String
>
reload
Success
Link copied to clipboard
val
reloadSuccess
:
Boolean
Was able to reload all classes successfully in the existing class loader
root
Folders
Link copied to clipboard
val
rootFolders
:
List
<
String
>
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
val
type
:
EventType
<
ReloadEvent
>
Functions
get
Reloaded
Class
Link copied to clipboard
fun
<
T
:
Any
>
getReloadedClass
(
clazz
:
KClass
<
T
>
,
injector
:
Injector
)
:
KClass
<
T
>
prevent
Default
Link copied to clipboard
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
reason
:
Any
?
=
null
)
transfer
Keep
Properties
Link copied to clipboard
fun
transferKeepProperties
(
old
:
Any
,
new
:
Any
)