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.Typepublic EDB getEDB()
public EdbDatabaseEvent.Type getType()
EdbDatabaseEvent.Typepublic int getAge()
EDB Working Group at Mon Dec 15 16:45:05 JST 2025