@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)
AuthorExtensionStateListener
AuthorMouseListener
or AuthorListener
can be added at this point.activated
in interface AuthorExtensionStateListener
authorAccess
- The AuthorAccess
of the Author page where the
listener was activated.AuthorExtensionStateListener.activated(ro.sync.ecss.extensions.api.AuthorAccess)
public void deactivated(AuthorAccess authorAccess)
AuthorExtensionStateListener
deactivated
in interface AuthorExtensionStateListener
authorAccess
- 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 Extension
Extension.getDescription()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.