public abstract class PdfEvent<T extends com.aspose.ms.System.MulticastDelegate> extends Object
Class representing events
Constructor and Description |
---|
PdfEvent() |
Modifier and Type | Method and Description |
---|---|
void |
add(T delegate)
Add one more delegate.
|
void |
assign(T delegate)
Add only the current delegate, clearing other.
|
void |
clear()
Clear delegate list
|
boolean |
isEmpty()
Returns true if the list of handlers is empty
|
void |
remove(T delegate)
Delete delegate from list
|
public final void assign(T delegate)
delegate
- Handlers objectpublic final void add(T delegate)
delegate
- Handlers objectpublic final void remove(T delegate)
delegate
- Handlers objectpublic final void clear()
public boolean isEmpty()