|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.timeindexing.event.IndexEvent
com.timeindexing.event.IndexPrimaryEvent
public class IndexPrimaryEvent
An Index Primary Event, which is generated at primary moments. These include: open , close, committed, create, add a view, remove a view.
| Field Summary | |
|---|---|
static int |
ADD_VIEW
Used whe na new view is added. |
static int |
CLOSED
Used when an Index is closed. |
static int |
COMMITTED
Used when an Index is committed. |
static int |
CREATED
Used when an Index is created. |
static int |
OPENED
Used when an Index is opened. |
static int |
REMOVE_VIEW
Used whe na new view is removed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
IndexPrimaryEvent(java.lang.String aName,
ID anID,
int eventSpec,
java.lang.Object aSource)
Construct an IndexPrimaryEvent. |
|
| Method Summary | |
|---|---|
int |
getEventSpecifier()
Get the event specifier. |
| Methods inherited from class com.timeindexing.event.IndexEvent |
|---|
getID, getName, getSource |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int OPENED
public static final int CLOSED
public static final int COMMITTED
public static final int CREATED
public static final int ADD_VIEW
public static final int REMOVE_VIEW
| Constructor Detail |
|---|
public IndexPrimaryEvent(java.lang.String aName,
ID anID,
int eventSpec,
java.lang.Object aSource)
| Method Detail |
|---|
public int getEventSpecifier()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||