public interface AccessPointType
API.addAccessPointListener()
to indicate the type of access points that
trigger the associated AccessPointListener
.AccessPointListener
Modifier and Type | Field and Description |
---|---|
static int |
PostExecute
Occurs just after an instruction is executed.
|
static int |
PostRead
Occurs just after a CPU Memory read, providing an opportunity to substitute
the read value.
|
static int |
PostWrite
Occurs just after a CPU Memory write, too late to affect the behavior of
the write.
|
static int |
PreExecute
Occurs just before an instruction is executed.
|
static int |
PreRead
Occurs just before a CPU Memory read, providing an opportunity to skip
the read and to substitute a value in its place.
|
static int |
PreWrite
Occurs just before a CPU Memory write, providing an opportunity to
substitute the value to be written.
|
static final int PreRead
static final int PostRead
static final int PreWrite
static final int PostWrite
static final int PreExecute
static final int PostExecute
Copyright © 2017 nintaco.com
Nintaco is free software; you can redistribute it and/or modify it under the terms of LGPLv2.1.