Interface ModInterface

All Known Subinterfaces:
CryptInterface
All Known Implementing Classes:
BFishMod

public interface ModInterface

This is the generic interface required by the modular application framework.


Method Summary
 boolean handles(java.lang.Object key)
          This method is used for checking module types.
 

Method Detail

handles

public boolean handles(java.lang.Object key)
This method is used for checking module types.

Returns:
boolean returns true if the keys match.