Oracle Java Wireless Client

com.oracle.deviceaccess.mmio
Class MMIOEvent

java.lang.Object
  extended by com.oracle.deviceaccess.PeripheralEvent
      extended by com.oracle.deviceaccess.mmio.MMIOEvent

public class MMIOEvent
extends PeripheralEvent

The MMIOEvent class encapsulates events fired by peripherals mapped to memory.

See Also:
MMIODevice, MMIOEventListener

Field Summary
 
Fields inherited from class com.oracle.deviceaccess.PeripheralEvent
peripheral
 
Method Summary
 MMIODevice getDevice()
          Returns the MMIODevice instance that fired this event or for which this event was fired.
 int getID()
          Returns this event ID.
 
Methods inherited from class com.oracle.deviceaccess.PeripheralEvent
getPeripheral
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public int getID()
Returns this event ID.

Returns:
this event ID.

getDevice

public MMIODevice getDevice()
Returns the MMIODevice instance that fired this event or for which this event was fired.

Returns:
the MMIODevice instance that fired this event.

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.