I - Type of the command's identity.public class Command<I> extends Object
public Command(I identity) throws NullPointerException
identity - Command's identity.NullPointerException - If identity is null.public I getIdentity()
Copyright © 2014. All Rights Reserved.