public abstract class CommandListenerAbstract extends Object implements CommandListener
Constructor and Description |
---|
CommandListenerAbstract(String name)
Constructs ...
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CommandListener cl)
Method description
|
boolean |
equals(Object cl)
Method description
|
String |
getName()
Method description
|
void |
getStatistics(StatisticsList list)
Method description
|
int |
hashCode()
Method description
|
void |
setName(String name)
Method description
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
executeCommand
public CommandListenerAbstract(String name)
name
- public int compareTo(CommandListener cl)
compareTo
in interface Comparable<CommandListener>
cl
- public boolean equals(Object cl)
public String getName()
getName
in interface CommandListener
public void getStatistics(StatisticsList list)
getStatistics
in interface CommandListener
list
- public final void setName(String name)
setName
in interface CommandListener
name
- Copyright © 2013 Tigase. All rights reserved.