org.tridas.io.gui.control.fileList
Class RemoveSelectedEvent

java.lang.Object
  extended by com.dmurph.mvc.MVCEvent
      extended by org.tridas.io.gui.control.fileList.RemoveSelectedEvent
All Implemented Interfaces:
Serializable

public class RemoveSelectedEvent
extends com.dmurph.mvc.MVCEvent

Author:
Daniel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dmurph.mvc.MVCEvent
id, key
 
Constructor Summary
RemoveSelectedEvent(Set<String> argSelectedSet)
           
 
Method Summary
 Set<String> getSelectedSet()
           
 
Methods inherited from class com.dmurph.mvc.MVCEvent
dispatch, isPropagating, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveSelectedEvent

public RemoveSelectedEvent(Set<String> argSelectedSet)
Parameters:
argKey -
Method Detail

getSelectedSet

public Set<String> getSelectedSet()
Returns:
the selectedSet


Copyright © 2011. All Rights Reserved.