| Modifier and Type | Class and Description |
|---|---|
| public static interface | BytecodeNotification.
Interface for callbacks. |
| Modifier and Type | Field and Description |
|---|---|
| private static List | callbacks
The following list stores register callback objects. |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static void | |
| public static void | |
| public static void | |
| public static boolean | Returns: true if successfully removed and false if the callback object was not registeredthe callback object nUnregisters the callback object |
| callbacks | back to summary |
|---|---|
| private static List<BytecodeNotification. The following list stores register callback objects. The list is shared among the PySystemState objects if there are multiple instances. | |
| BytecodeNotification | back to summary |
|---|---|
| public BytecodeNotification() | |
| clear | back to summary |
|---|---|
| public static void clear() Clears all the registered callbacks | |
| notify | back to summary |
|---|---|
| public static void notify(String name, byte[] data, Class<T> klass) Notifies that the new bytecode to the registered callbacks | |
| register | back to summary |
|---|---|
| public static void register(BytecodeNotification. Registers the class as a callback
| |
| unregister | back to summary |
|---|---|
| public static boolean unregister(BytecodeNotification. Unregisters the callback object
| |
| Modifier and Type | Method and Description |
|---|---|
| public void |
| notify | back to summary |
|---|---|
| public void notify(String name, byte[] bytes, Class<T> c) | |