com.compomics.util.interfaces
Interface PickUp


public interface PickUp

This interface describes the behaviour for a class that can pick up results.

Author:
Lennart Martens

Method Summary
 void sendIncoming(java.lang.Object aObject)
          This method should be called by the notifier when appropriate.
 

Method Detail

sendIncoming

void sendIncoming(java.lang.Object aObject)
This method should be called by the notifier when appropriate.

Parameters:
aObject - Object with the data that should be sent.


Copyright © 2011. All Rights Reserved.