All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rabidgremlin.mutters.state.Guard Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
package com.rabidgremlin.mutters.state;

import com.rabidgremlin.mutters.core.IntentMatch;
import com.rabidgremlin.mutters.core.session.Session;

public interface Guard
{
  boolean passes(final IntentMatch request, final Session session);

  String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy