org.sourcejammer.client.event
Class SJClientFileEventImpl

java.lang.Object
  |
  +--org.sourcejammer.client.event.SJClientEventImpl
        |
        +--org.sourcejammer.client.event.SJClientFileEventImpl
All Implemented Interfaces:
SJClientEvent, SJClientFileEvent

public class SJClientFileEventImpl
extends SJClientEventImpl
implements SJClientFileEvent

Title: $FileName: SJClientFileEventImpl.java$

Version:
$VerNum: 3$
Author:
$AuthorName: Rob MacGrogan$

$Description: Implementations of client plugin objects.$
$KeyWordsOff: $

Default implementation of SJClientFileEvent.

Field Summary
private  org.sourcejammer.project.view.NodeInfo file
           
 
Fields inherited from class org.sourcejammer.client.event.SJClientEventImpl
 
Constructor Summary
SJClientFileEventImpl()
           
 
Method Summary
 org.sourcejammer.project.view.NodeInfo getFile()
          Returns the file.
 void setFile(org.sourcejammer.project.view.NodeInfo file)
          Sets the file.
 
Methods inherited from class org.sourcejammer.client.event.SJClientEventImpl
addObjectToRequest, getGUIContext, getRequest, getSource, getTiming, setGUIContext, setRequest, setSource, setTiming
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sourcejammer.client.plugin.SJClientEvent
addObjectToRequest, getGUIContext, getSource, getTiming
 

Field Detail

file

private org.sourcejammer.project.view.NodeInfo file
Constructor Detail

SJClientFileEventImpl

public SJClientFileEventImpl()
Method Detail

getFile

public org.sourcejammer.project.view.NodeInfo getFile()
Returns the file.

Specified by:
getFile in interface SJClientFileEvent
Returns:
NodeInfo

setFile

public void setFile(org.sourcejammer.project.view.NodeInfo file)
Sets the file.

Parameters:
file - The file to set


Copyright © 2003 Soucejammer project.