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. |
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 © 2013. All Rights Reserved.