public class EdbDatabaseEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EdbDatabaseEvent.Type |
Modifier and Type | Field and Description |
---|---|
protected int |
age |
protected EDB |
edb |
protected EdbDatabaseEvent.Type |
type |
Constructor and Description |
---|
EdbDatabaseEvent(EDB ec,
EdbDatabaseEvent.Type ty,
int a)
新しいインスタンスを初期化します.
|
Modifier and Type | Method and Description |
---|---|
int |
getAge()
データベースの年齢を取得します.
|
EDB |
getEDB()
EDB コンテキストを取得します.
|
EdbDatabaseEvent.Type |
getType()
発生したイベントのタイプを取得します.
|
protected EDB edb
protected EdbDatabaseEvent.Type type
protected int age
public EdbDatabaseEvent(EDB ec, EdbDatabaseEvent.Type ty, int a)
ec
- EDB コンテキストty
- 発生したイベントのタイプ.タイプの定数の値の指定a
- データベースの年齢EdbDatabaseEvent.Type
public EDB getEDB()
public EdbDatabaseEvent.Type getType()
EdbDatabaseEvent.Type
public int getAge()
EDB Working Group at Tue Jun 10 17:08:59 JST 2025