Uses of Class
dev.vality.damsel.wb_list.Event
-
Uses of Event in dev.vality.damsel.wb_list
Methods in dev.vality.damsel.wb_list that return Event Modifier and Type Method Description EventEvent. deepCopy()EventEvent. setCommandTime(String command_time)EventEvent. setEventType(EventType event_type)EventEvent. setRow(Row row)EventEvent. setUserInfo(UserInfo user_info)Methods in dev.vality.damsel.wb_list with parameters of type Event Modifier and Type Method Description intEvent. compareTo(Event other)booleanEvent. equals(Event that)Constructors in dev.vality.damsel.wb_list with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.