com.l2fprod.common.application.selection
Interface Selection

All Known Implementing Classes:
DefaultSelection, EmptySelection

public interface Selection

Selection.


Nested Class Summary
static class Selection.Helper
           
 
Method Summary
 java.lang.Object[] getSelection()
          Returns an array of the selected objects
 boolean isEmpty()
           
 

Method Detail

getSelection

java.lang.Object[] getSelection()
Returns an array of the selected objects

Returns:
the selected objects

isEmpty

boolean isEmpty()