Uses of Class
dev.vality.fistful.wallet.Event
| Package | Description |
|---|---|
| dev.vality.fistful.wallet |
-
Uses of Event in dev.vality.fistful.wallet
Fields in dev.vality.fistful.wallet declared as Event Modifier and Type Field Description EventSinkEvent. payloadFields in dev.vality.fistful.wallet with type parameters of type Event Modifier and Type Field Description List<Event>AddEventsRepair. eventsMethods in dev.vality.fistful.wallet that return Event Modifier and Type Method Description EventEvent. deepCopy()EventSinkEvent. getPayload()EventEvent. setChanges(List<Change> changes)EventEvent. setOccuredAt(String occured_at)EventEvent. setSequence(int sequence)Methods in dev.vality.fistful.wallet 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.wallet with parameters of type Event Modifier and Type Method Description voidAddEventsRepair. addToEvents(Event elem)intEvent. compareTo(Event other)booleanEvent. equals(Event that)SinkEventSinkEvent. setPayload(Event payload)Method parameters in dev.vality.fistful.wallet with type arguments of type Event Modifier and Type Method Description AddEventsRepairAddEventsRepair. setEvents(List<Event> events)Constructors in dev.vality.fistful.wallet with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.SinkEvent(long id, String created_at, String source, Event payload)Constructor parameters in dev.vality.fistful.wallet with type arguments of type Event Constructor Description AddEventsRepair(List<Event> events)