public abstract class Event extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
time |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(EventVisitor<T> visitor) |
long |
time() |
public long time()
public abstract <T> T accept(EventVisitor<T> visitor)
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.