Uses of Class
dev.vality.fistful.p2p.template.Event
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of Event in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template with type parameters of type Event Modifier and Type Field Description List<Event>AddEventsRepair. eventsMethods in dev.vality.fistful.p2p.template that return Event Modifier and Type Method Description EventEvent. deepCopy()EventEvent. setChange(Change change)EventEvent. setEventId(long event_id)EventEvent. setOccuredAt(String occured_at)Methods in dev.vality.fistful.p2p.template that return types with arguments of type Event Modifier and Type Method Description List<Event>AddEventsRepair. getEvents()Iterator<Event>AddEventsRepair. getEventsIterator()Methods in dev.vality.fistful.p2p.template with parameters of type Event Modifier and Type Method Description voidAddEventsRepair. addToEvents(Event elem)intEvent. compareTo(Event other)booleanEvent. equals(Event that)Method parameters in dev.vality.fistful.p2p.template with type arguments of type Event Modifier and Type Method Description AddEventsRepairAddEventsRepair. setEvents(List<Event> events)Constructors in dev.vality.fistful.p2p.template with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.p2p.template with type arguments of type Event Constructor Description AddEventsRepair(List<Event> events)