public class Event<T> extends java.lang.Object
EventBus
T
object
Path
path
Status
status
Type
type
Event(Path path, Type type, Status status)
Event(Path path, Type type, Status status, T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Path path
public Type type
public Status status
public T object
public Event(Path path, Type type, Status status)
public Event(Path path, Type type, Status status, T object)