Moduload

trait Moduload

Modules to be loaded should implement this trait

Modules to be loaded should implement this trait

See Moduload companion for usage instructions

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def error(t: Throwable): Unit

Called when an exception is thrown from load.

Called when an exception is thrown from load.

Value Params
t

the thrown exception

def load(): Unit

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Loads the module. Should not be invoked directly. Calling the companion object's load method should invoke this method exactly once.

Concrete methods

Used to sort highest priority to lowest

Used to sort highest priority to lowest