public interface SourcesCommandEvents
CommandListener.| Modifier and Type | Method and Description |
|---|---|
void |
addCommandListener(CommandListener listener)
Start listening to the
Command events generated by this object. |
void |
removeCommandListener(CommandListener listener)
Stop receiving notifications for the
Command events generated by this object. |
void addCommandListener(CommandListener listener)
Command events generated by this object.listener - The object to be notified. This listener is added to the collection of listeners notified by this
object.void removeCommandListener(CommandListener listener)
Command events generated by this object.listener - The object to be removed from the collection of listeners notified by this object.Copyright © 2004–2015 XWiki. All rights reserved.