|
MATES 3.0-rc2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mates.sim.event.Event
org.mates.sim.event.host.HostEvent
org.mates.sim.event.host.HostClickedEvent
Event raised when a host is clicked in the TopologyVisualizer
Field Summary |
Fields inherited from class org.mates.sim.event.host.HostEvent |
host |
Constructor Summary | |
HostClickedEvent(Host host,
java.awt.event.MouseEvent mouse_event)
Constructs a new HostMovedEvent . |
Method Summary | |
java.awt.event.MouseEvent |
getMouseEvent()
Returns the MouseEvent describing the
context of the click. |
java.lang.String |
toString()
Returns a string representation of this event. |
Methods inherited from class org.mates.sim.event.host.HostEvent |
getHost |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HostClickedEvent(Host host, java.awt.event.MouseEvent mouse_event)
HostMovedEvent
.
Method Detail |
public java.awt.event.MouseEvent getMouseEvent()
MouseEvent
describing the
context of the click.
public java.lang.String toString()
Event
toString
in class Event
|
MATES 3.0-rc2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |