|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.PathEvent
public class PathEvent
Tell the cca server to change the path or tell the cca server to retrieve the path.
| Field Summary | |
|---|---|
static java.lang.String |
APPEND
One of the commands than can be used to alter the path. |
protected java.lang.String |
commandToAlterPath
|
protected java.lang.String |
directory
To alter the path, specify the value that will be used to alter the path. |
static java.lang.String |
INIT
One of the commands than can be used to alter the path. |
protected int |
numberOfArguments
|
static java.lang.String |
PREPEND
One of the commands than can be used to alter the path. |
static java.lang.String |
SET
One of the commands than can be used to alter the path. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PathEvent(java.lang.Object source)
Tell the cca server to change the path or tell the cca server to retrieve the path. |
|
PathEvent(java.lang.Object source,
int numberOfArguments)
Tell the cca server to change the path or tell the cca server to retrieve the path. |
|
PathEvent(java.lang.Object source,
int numberOfArguments,
java.lang.String commandToAlterPath)
Tell the cca server to change the path or tell the cca server to retrieve the path. |
|
PathEvent(java.lang.Object source,
int numberOfArguments,
java.lang.String commandToAlterPath,
java.lang.String directory)
Tell the cca server to change the path or tell the cca server to retrieve the path. |
|
PathEvent(java.lang.Object source,
java.lang.String commandToAlterPath)
Tell the cca server to change the path or tell the cca server to retrieve the path. |
|
PathEvent(java.lang.Object source,
java.lang.String commandToAlterPath,
java.lang.String directory)
Tell the cca server to change the path or tell the cca server to retrieve the path. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommandToAlterPath()
|
java.lang.String |
getDirectory()
To alter the path, retrieve the value that will be used to alter the path. |
int |
getNumberOfArguments()
Retrieve the number of arguments in the path command. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int numberOfArguments
public static final java.lang.String INIT
public static final java.lang.String APPEND
public static final java.lang.String PREPEND
public static final java.lang.String SET
protected java.lang.String commandToAlterPath
protected java.lang.String directory
| Constructor Detail |
|---|
public PathEvent(java.lang.Object source)
source - The entity that
created this event.
public PathEvent(java.lang.Object source,
int numberOfArguments)
source - The entity that
created this event.numberOfArguments - The number of arguments in the
path command.
public PathEvent(java.lang.Object source,
java.lang.String commandToAlterPath)
source - The entity that
created this event.commandToAlterPath - To alter the path,
specify how
the path is to be changed
by issuing
any of the following commands:
INIT, APPEND, PREPEND, SET.
Can be set to null.
public PathEvent(java.lang.Object source,
int numberOfArguments,
java.lang.String commandToAlterPath)
source - The entity that
created this event.numberOfArguments - The number of arguments
in the path command.commandToAlterPath - To alter the path,
specify how
the path is to be changed
by issuing
any of the following commands:
INIT, APPEND, PREPEND, SET.
Can be set to null.
public PathEvent(java.lang.Object source,
java.lang.String commandToAlterPath,
java.lang.String directory)
source - The entity that
created this event.commandToAlterPath - To alter the path,
specify how
the path is to be changed
by issuing
any of the following commands:
INIT, APPEND, PREPEND, SET.
Can be set to null.directory - To alter the path,
specify the new path value that
is to be used.
public PathEvent(java.lang.Object source,
int numberOfArguments,
java.lang.String commandToAlterPath,
java.lang.String directory)
source - The entity that
created this event.numberOfArguments - The number of arguments
in the path command.commandToAlterPath - To alter the path,
specify how
the path is to be changed
by issuing
any of the following commands:
INIT, APPEND, PREPEND, SET.
Can be set to null.directory - To alter the path,
specify the
new path value.| Method Detail |
|---|
public int getNumberOfArguments()
public java.lang.String getCommandToAlterPath()
public java.lang.String getDirectory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||