public class ModuleExpansionEvent extends CVSEvent
| Constructor and Description |
|---|
ModuleExpansionEvent(java.lang.Object source,
java.lang.String module)
Creates new ModuleExpansionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireEvent(CVSListener listener)
Fire the event to the event listener.
|
java.lang.String |
getModule()
Get the module name that the original module name has been expanded to.
|
public ModuleExpansionEvent(java.lang.Object source,
java.lang.String module)
source - the source of the eventtheModule - the module name that the original request has been
"expanded" to.public java.lang.String getModule()
protected void fireEvent(CVSListener listener)
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.