com.myarch.reloader
Interface Actions

All Known Implementing Classes:
ReloadLogger

public interface Actions

Defines load/reload action constants used by the LoadActionListener (logger).

Author:
Alexander Ananiev

Field Summary
static int AFTER_PARENT_LOAD
          Sent after a class was loaded successfully by the parent loader.
static int AFTER_RELOAD
          Sent after a class was loaded successfully by Reloader.
static int BEFORE_PARENT_LOAD
          Sent after the unsuccessful class loading attempt by Reloader and before the parent loader is called.
static int BEFORE_RELOAD
          Sent before the attempt to load a class made by Reloader.
 

Field Detail

BEFORE_RELOAD

public static final int BEFORE_RELOAD
Sent before the attempt to load a class made by Reloader.

AFTER_RELOAD

public static final int AFTER_RELOAD
Sent after a class was loaded successfully by Reloader.

BEFORE_PARENT_LOAD

public static final int BEFORE_PARENT_LOAD
Sent after the unsuccessful class loading attempt by Reloader and before the parent loader is called.

AFTER_PARENT_LOAD

public static final int AFTER_PARENT_LOAD
Sent after a class was loaded successfully by the parent loader.


Copyright © 2001 Alexander Ananiev & MyArch.com. All Rights Reserved.