Interface IBundleLogEvent

All Superinterfaces:
ILogEvent, 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 Details

    • setBundleName

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