@API(type=EXTENDABLE,
src=PUBLIC)
public abstract class AuthorExtensionStateAdapter
extends java.lang.Object
implements AuthorExtensionStateListener
AuthorExtensionStateListener.| Constructor and Description |
|---|
AuthorExtensionStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
activated(AuthorAccess authorAccess)
Method called when the Author extension was activated.
|
void |
deactivated(AuthorAccess authorAccess)
Method called when the Author extension was deactivated.
|
java.lang.String |
getDescription() |
public void activated(AuthorAccess authorAccess)
AuthorExtensionStateListenerAuthorMouseListener or AuthorListener
can be added at this point.activated in interface AuthorExtensionStateListenerauthorAccess - The AuthorAccess of the Author page where the
listener was activated.AuthorExtensionStateListener.activated(ro.sync.ecss.extensions.api.AuthorAccess)public void deactivated(AuthorAccess authorAccess)
AuthorExtensionStateListenerdeactivated in interface AuthorExtensionStateListenerauthorAccess - The AuthorAccess of the Author page where the
listener was deactivated.AuthorExtensionStateListener.deactivated(ro.sync.ecss.extensions.api.AuthorAccess)public java.lang.String getDescription()
getDescription in interface ExtensionExtension.getDescription()© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.