org.microemu.util
Interface ExtendedRecordListener
- All Superinterfaces:
- RecordListener
public interface ExtendedRecordListener
- extends RecordListener
RECORD_ADD
static final int RECORD_ADD
- See Also:
- Constant Field Values
RECORD_READ
static final int RECORD_READ
- See Also:
- Constant Field Values
RECORD_CHANGE
static final int RECORD_CHANGE
- See Also:
- Constant Field Values
RECORD_DELETE
static final int RECORD_DELETE
- See Also:
- Constant Field Values
RECORDSTORE_OPEN
static final int RECORDSTORE_OPEN
- See Also:
- Constant Field Values
RECORDSTORE_CLOSE
static final int RECORDSTORE_CLOSE
- See Also:
- Constant Field Values
RECORDSTORE_DELETE
static final int RECORDSTORE_DELETE
- See Also:
- Constant Field Values
recordEvent
void recordEvent(int type,
long timestamp,
RecordStore recordStore,
int recordId)
recordStoreEvent
void recordStoreEvent(int type,
long timestamp,
java.lang.String recordStoreName)
Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.