Interface IBundleLogEvent

  • All Superinterfaces:
    ILogEvent, java.io.Serializable

    public interface IBundleLogEvent
    extends ILogEvent
    An interface which all loggable events must implement. See ILogEvent class. This class maintains a resource bundle name for given event type.
    Version:
    $Revision$, $Date$
    • Method Detail

      • setBundleName

        void setBundleName​(java.lang.String bundle)
        Sets the name of the resource bundle to be associated with this event type.
        Parameters:
        bundle - name of resource bundle.