Class OOCSISystemCommunicator.SystemFilter<K>

java.lang.Object
nl.tue.id.oocsi.client.behavior.OOCSISystemCommunicator.SystemFilter<K>
Enclosing class:
OOCSISystemCommunicator<T>

public abstract class OOCSISystemCommunicator.SystemFilter<K>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    SystemFilter()  
  • Method Summary

    Modifier and Type Method Description
    abstract boolean accept​(OOCSIEvent event)  
    K value()  
    void value​(java.lang.Object value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SystemFilter

      public SystemFilter()
  • Method Details

    • accept

      public abstract boolean accept​(OOCSIEvent event)
    • value

      public void value​(java.lang.Object value)
    • value

      public K value()