Class NotifierID

java.lang.Object
repast.simphony.engine.watcher.NotifierID

public class NotifierID extends Object
Encapsulates the unique identifying data of a notifier. This includes the annotated method and the annotation parameters.
Author:
Nick Collier
  • Constructor Details

    • NotifierID

      public NotifierID(WatchParameters params)
      Creates a new NotifierID out of the specified WatchParameters.
      Parameters:
      params - the parameters to create the ID out of.
  • Method Details