org.objectweb.jac.aspects.gui.web
Interface CollectionItemViewListener

All Known Implementing Classes:
CollectionItemView

public interface CollectionItemViewListener

This interface defines a callbacks used when events occur on a collection.


Method Summary
 void onBackToCollection()
          Called when the user wants to go back to the view of the collection
 void onNextInCollection()
          Called when the user wants to go to the next element in the collection
 void onPreviousInCollection()
          Called when the user wants to go to the previous element in the collection
 void onRemoveInCollection()
          Called when the user wants to remove the selected item from the collection
 

Method Detail

onNextInCollection

public void onNextInCollection()
Called when the user wants to go to the next element in the collection


onPreviousInCollection

public void onPreviousInCollection()
Called when the user wants to go to the previous element in the collection


onBackToCollection

public void onBackToCollection()
Called when the user wants to go back to the view of the collection


onRemoveInCollection

public void onRemoveInCollection()
Called when the user wants to remove the selected item from the collection