org.itr_rescue.dataGuard.ui.event
Class ChangeDirectoryEvent

java.lang.Object
  extended by org.itr_rescue.dataGuard.ui.event.BroadcastEvent
      extended by org.itr_rescue.dataGuard.ui.event.ChangeDirectoryEvent

public class ChangeDirectoryEvent
extends BroadcastEvent

Title: Java File Manager Description: Copyright: Copyright (c) 2001 Company: Home

Version:
1.0
Author:
Giurgiu Sergiu

Field Summary
 
Fields inherited from class org.itr_rescue.dataGuard.ui.event.BroadcastEvent
CHANGE_BGCOLOR_TYPE, CHANGE_DIR_TYPE, CHANGE_FGCOLOR_TYPE, CHANGE_FILESYSTEM_TYPE, CHANGE_FONT_TYPE, CHANGE_HELP_URL, CHANGE_MKCOLOR_TYPE, CHANGE_PANEL_TYPE, CHANGE_VIEW_TYPE, FILE_LIST_SELECTION_TYPE, UNKNOWN_TYPE
 
Constructor Summary
ChangeDirectoryEvent()
           
ChangeDirectoryEvent(JFMFile dir)
           
 
Method Summary
 JFMFile getDirectory()
           
 int getType()
           
 void setDirectory(JFMFile directory)
           
 
Methods inherited from class org.itr_rescue.dataGuard.ui.event.BroadcastEvent
equals, getSource, getUserObject, setSource, setUserObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeDirectoryEvent

public ChangeDirectoryEvent()

ChangeDirectoryEvent

public ChangeDirectoryEvent(JFMFile dir)
Method Detail

getType

public int getType()
Specified by:
getType in class BroadcastEvent
Returns:
Returns the type of the event.

getDirectory

public JFMFile getDirectory()

setDirectory

public void setDirectory(JFMFile directory)