public interface MMIOEventListener extends PeripheralEventListener
MMIOEventListener interface defines methods for getting notified of events fired by peripherals mapped to
memory. MMIOEventListener can be registered using one of the
setMMIOEventListener methods.MMIODevice.setMMIOEventListener(int, com.oracle.deviceaccess.mmio.MMIOEventListener),
MMIODevice.setMMIOEventListener(int, java.lang.String, com.oracle.deviceaccess.mmio.MMIOEventListener),
MMIODevice.setMMIOEventListener(int, byte[], int, int, com.oracle.deviceaccess.mmio.MMIOEventListener),
MMIOEvent| Modifier and Type | Method and Description |
|---|---|
void |
eventDispatched(MMIOEvent event)
Invoked when an event is fired by a memory-mapped peripheral.
|
void eventDispatched(MMIOEvent event)
event - the event that occurred.Copyright (c) 2012, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.