public class AttachEvent extends VisualEvent
| Constructor and Description |
|---|
AttachEvent(java.lang.Object source,
java.lang.String attacherObjectName,
java.lang.String hostName,
TimeInstant occurredTime)
Constructs an AttachEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostName()
Gets the ID of the host.
|
getOccurredTime, getTargetNamepublic AttachEvent(java.lang.Object source,
java.lang.String attacherObjectName,
java.lang.String hostName,
TimeInstant occurredTime)
source - The object on which the event initially occurred.attacherObjectName - The name of the object who's
attached to a host.The - name of the object which is attached by the attacher.occurredTime - The TimeInstant when the event occurred.