Class ForwardingPlayer

  • All Implemented Interfaces:
    Player

    public class ForwardingPlayer
    extends Object
    implements Player
    A Player that forwards operations to another Player. Applications can use this class to suppress or modify specific operations, by overriding the respective methods.