|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ro.sync.ecss.extensions.api.AuthorExtensionStateAdapter
public abstract class AuthorExtensionStateAdapter
Adapter class for AuthorExtensionStateListener
.
Constructor Summary | |
---|---|
AuthorExtensionStateAdapter()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorExtensionStateAdapter()
Method Detail |
---|
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()
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |