com.l2fprod.common.application.selection
Class EmptySelection

java.lang.Object
  extended by com.l2fprod.common.application.selection.EmptySelection
All Implemented Interfaces:
Selection

public final class EmptySelection
extends java.lang.Object
implements Selection

An empty selection.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.l2fprod.common.application.selection.Selection
Selection.Helper
 
Constructor Summary
EmptySelection()
           
 
Method Summary
 java.lang.Object[] getSelection()
          Returns an array of the selected objects
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySelection

public EmptySelection()
Method Detail

getSelection

public java.lang.Object[] getSelection()
Description copied from interface: Selection
Returns an array of the selected objects

Specified by:
getSelection in interface Selection
Returns:
the selected objects

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Selection