Package com.illumon.iris.db.schema
Interface Listener
- All Superinterfaces:
LoggerListenerBase
public interface Listener extends LoggerListenerBase
-
Method Summary
Modifier and Type Method Description String
getListenerClass()
Return the listener class as a string.default String
getListenerIdString()
Return a string that can be used to uniquely identify this Listener.String
getListenerPackage()
Return the listener package as a string.
-
Method Details
-
getListenerPackage
Return the listener package as a string.- Returns:
- the listener package.
-
getListenerClass
Return the listener class as a string.- Returns:
- the listener class.
-
getListenerIdString
Return a string that can be used to uniquely identify this Listener.- Returns:
- a unique identification string for this Listener
-