Package ion.Meta

Class EventFilter

  • All Implemented Interfaces:
    IHashed<java.lang.Class<?>>

    public abstract class EventFilter
    extends java.lang.Object
    implements IHashed<java.lang.Class<?>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EventFilter​(java.lang.Class<?> type)  
    • Constructor Detail

      • EventFilter

        protected EventFilter​(java.lang.Class<?> type)
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Specified by:
        getType in interface IHashed<java.lang.Class<?>>
      • blocks

        public abstract boolean blocks​(IEvent event)