edu.uci.ics.jung.visualization.event
Class EventObject<E>
java.lang.Object
edu.uci.ics.jung.visualization.event.EventObject<E>
- Direct Known Subclasses:
- InputEvent
public class EventObject<E>
- extends Object
A Base class for any input events to be handled by the visualization.
- Author:
- Jason A Wrang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventObject
public EventObject(EventObject<E> event)
EventObject
public EventObject(E uiEvent,
Object source)
getSource
public Object getSource()
- Returns:
- the source
getUiEvent
public E getUiEvent()
- Returns:
- the uiEvent
Copyright © 2007. All Rights Reserved.