|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.co.mullsoft.jean.JEANAPI.JEANEventMask
public static class JEANAPI.JEANEventMask
Objects of this class are used to indicate interest in a set of JEANEvents
| Field Summary | |
|---|---|
int |
eventType
the event types in which a listener is interested, formed by or-ing or adding the values for the event types of interest. |
java.lang.String |
name
the name of a particular attribute in which a listener is interested. |
long |
node
the handle for a particular node in which a listener is interested. |
| Constructor Summary | |
|---|---|
JEANAPI.JEANEventMask(long node,
java.lang.String name,
int eventType)
construct a new event mask. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long node
public final java.lang.String name
public final int eventType
| Constructor Detail |
|---|
public JEANAPI.JEANEventMask(long node,
java.lang.String name,
int eventType)
node - the node of interest (-1 if all)name - the attribute of interest (null if all)eventType - the bitwise indicator of the event types of interest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||