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, waitexecuteCommandpublic 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 CommandListenerpublic void getStatistics(StatisticsList list)
getStatistics in interface CommandListenerlist - public final void setName(String name)
setName in interface CommandListenername - Copyright © 2013 Tigase. All rights reserved.