|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.Navigator3D
public class Navigator3D
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.grogra.util.EventListener |
---|
EventListener.Bicast, EventListener.Multicaster |
Field Summary | |
---|---|
protected ViewEventHandler |
handler
|
protected int |
lastX
|
protected int |
lastY
|
protected boolean |
wheel
|
Constructor Summary | |
---|---|
Navigator3D(ViewEventHandler h,
java.util.EventObject e)
|
Method Summary | |
---|---|
void |
dispose()
|
void |
eventOccured(java.util.EventObject e)
This method is invoked on registered event listeners when event has occured. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ViewEventHandler handler
protected int lastX
protected int lastY
protected final boolean wheel
Constructor Detail |
---|
public Navigator3D(ViewEventHandler h, java.util.EventObject e)
Method Detail |
---|
public void dispose()
dispose
in interface Disposable
public void eventOccured(java.util.EventObject e)
EventListener
event
has occured. This general listener interface
does not restrict the possible kinds of events. Concrete sources
of events should specify which events they may fire.
e
- an event
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |