Class AbstractAlarmUtilities.PyAlarmEventAdapter

  • All Implemented Interfaces:
    org.python.core.adapter.PyObjectAdapter
    Enclosing class:
    AbstractAlarmUtilities

    protected static class AbstractAlarmUtilities.PyAlarmEventAdapter
    extends java.lang.Object
    implements org.python.core.adapter.PyObjectAdapter
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PyAlarmEventAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.python.core.PyObject adapt​(java.lang.Object obj)  
      boolean canAdapt​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

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

      • PyAlarmEventAdapter

        protected PyAlarmEventAdapter()
    • Method Detail

      • canAdapt

        public boolean canAdapt​(java.lang.Object obj)
        Specified by:
        canAdapt in interface org.python.core.adapter.PyObjectAdapter
      • adapt

        public org.python.core.PyObject adapt​(java.lang.Object obj)
        Specified by:
        adapt in interface org.python.core.adapter.PyObjectAdapter