protected class GenericNativeWindow.EventInvocationItem extends Object
EventInvocationCache
. This item keeps track of the method to
be invoked and the corresponding event id.Modifier and Type | Field and Description |
---|---|
protected int |
eventId
The event id for native window events as defined in
NativeWindowEvent . |
protected Method |
method
The Java method to be called this this
eventId . |
Modifier | Constructor and Description |
---|---|
protected |
EventInvocationItem(Method method,
int eventId)
Creates a new
EventInvocationItem object using both the
method and event id specified. |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this
EventInvocationItem object. |
protected Method method
eventId
.protected int eventId
NativeWindowEvent
. This could be any of the the
NativeWindowEvent.WINDOW_XXX constants.protected EventInvocationItem(Method method, int eventId)
EventInvocationItem
object using both the
method and event id specified.method
- the method to be invoked for this eventId
eventId
- the event id for this method invocationCopyright © 2009 - 2016 DataGis. All Rights Reserved.