Interface Intent


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

      • 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