GeneralInformationEvent(String context, String informationMessage) Creates an event informing the user about the fact given as string
Parameters: context - the String describing the context/category of the information (e.g.
public GeneralInformationEvent(String context, String informationMessage)(Code)
Creates an event informing the user about the fact given as string
Parameters: context - the String describing the context/category of the information (e.g. used as window title, head line etc.) Parameters: informationMessage - the String containing the information
GeneralInformationEvent
public GeneralInformationEvent(String informationMessage)(Code)
Creates an event informing the user about the fact given as string
Parameters: informationMessage - the String containing the information