net.firstpartners.rp.plugins.events
Interface IInterestedInAdd

All Superinterfaces:
IPlugin
All Known Implementing Classes:
CategoryManager

public interface IInterestedInAdd
extends IPlugin

Implemented by a plugin to mark if it is interested in new info added to the system

Author:
brownpa

Method Summary
 void addInformation(INewInformation newInfoToAdd)
          Add a new piece of information to the system
 
Methods inherited from interface net.firstpartners.rp.plugins.IPlugin
onLoad
 

Method Detail

addInformation

void addInformation(INewInformation newInfoToAdd)
                    throws RpException
Add a new piece of information to the system

Parameters:
newInfoToAdd -
Throws:
RpException - Error occur in adding the information