Interface Intent


public interface Intent
Represents an intent.
Since:
1.4.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the IntentHandlers that provide an implementation for the intent and can be used to raise an intent request.
    Return the name of the Intent for example "ShowGraph".
    Returns the String representation for this intent.
  • Method Details

    • getName

      String getName()
      Return the name of the Intent for example "ShowGraph".
      Returns:
      The name of the the Intent, never null
    • getHandlers

      List<IntentHandler> getHandlers()
      Return the IntentHandlers that provide an implementation for the intent and can be used to raise an intent request.
      Returns:
      The IntentHandlers that provide an implementation for the intent, never null
    • toString

      String toString()
      Returns the String representation for this intent.
      Overrides:
      toString in class Object
      Returns:
      The String representation for this intent, never null