|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.eclipse.swt.widgets.EventTable
| Field Summary | |
(package private) int |
level
|
(package private) Listener[] |
listeners
|
(package private) int[] |
types
|
| Constructor Summary | |
(package private) |
EventTable()
|
| Method Summary | |
void |
hook(int eventType,
Listener listener)
|
boolean |
hooks(int eventType)
|
(package private) void |
remove(int index)
|
void |
sendEvent(Event event)
|
int |
size()
|
void |
unhook(int eventType,
Listener listener)
|
void |
unhook(int eventType,
org.eclipse.swt.internal.SWTEventListener listener)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int[] types
Listener[] listeners
int level
| Constructor Detail |
EventTable()
| Method Detail |
public void hook(int eventType,
Listener listener)
public boolean hooks(int eventType)
public void sendEvent(Event event)
public int size()
void remove(int index)
public void unhook(int eventType,
Listener listener)
public void unhook(int eventType,
org.eclipse.swt.internal.SWTEventListener listener)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||