Class RepositoryEvent

java.lang.Object
java.util.EventObject
org.dlese.dpc.schemedit.repository.RepositoryEvent
All Implemented Interfaces:
Serializable

public class RepositoryEvent extends EventObject
Event indicating that a repository event occurred, exposes an event name (e.g., 'recordMoved') as well eventData in the form of a map.
Author:
ostwald
See Also:
  • Constructor Details

    • RepositoryEvent

      public RepositoryEvent(String eventName, Map eventData)
      Contruct a RepositoryEvent
      Parameters:
      eventName - Description of the Parameter
      eventData - Description of the Parameter
  • Method Details

    • getName

      public String getName()
      Gets the name attribute of the RepositoryEvent object
      Returns:
      The name value
    • getEventData

      public Map getEventData()
      Gets the eventData attribute of the RepositoryEvent object
      Returns:
      The eventData value
    • toString

      public String toString()
      Description of the Method
      Overrides:
      toString in class EventObject
      Returns:
      Description of the Return Value