public class IOPortRefillEvent extends java.lang.Object implements DebugEvent
Constructor and Description |
---|
IOPortRefillEvent(IOPort port,
int channel)
Construct a new IOPortRefillEvent.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannel()
Return the channel.
|
IOPort |
getPort()
Return the port where the event occurred.
|
NamedObj |
getSource()
Return the source of the event.
|
java.lang.String |
toString()
Return a string representation of this event.
|
public IOPortRefillEvent(IOPort port, int channel)
public int getChannel()
public NamedObj getSource()
getSource
in interface DebugEvent
public java.lang.String toString()
toString
in interface DebugEvent
toString
in class java.lang.Object