public interface ListPropertyCommandExecutor
ListCommands received from other peers if appropriate.| Modifier and Type | Method and Description |
|---|---|
void |
execute(AddToList command)
Executes an command that was received from an other peer if appropriate.
|
void |
execute(RemoveFromList command)
Executes an command that was received from an other peer if appropriate.
|
void |
execute(ReplaceInList command)
Executes an command that was received from an other peer if appropriate.
|
void execute(AddToList command)
command - The received command.void execute(RemoveFromList command)
command - The received command.void execute(ReplaceInList command)
command - The received command.Copyright © 2015 Saxonia Systems AG. All Rights Reserved.